Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近在我的项目中使用二级缓存有 一些问题,我想知道如何清除二级缓存
如果要清除代码中的缓存,可以使用:
sf.getCache().evictEntityRegions() sf.getCache().evictCollectionRegions() sf.getCache().evictDefaultQueryRegion() sf.getCache().evictQueryRegions()
wheresf表示会话工厂
sf