I am using 2nd level cache and query cache. May I know how to programmatically clear all caches ?
To clear the session cache use session.clear()
session.clear()
To clear the 2nd level cache use this code snippet