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.
我有一个使用 Hibernate 和 ehcache 作为二级缓存的应用程序。我一直在试图弄清楚如何使缓存中的特定对象无效,从而强制休眠在下次引用它时从数据库中重新加载它。
是否有捷径可寻?
我已经尝试了几件事,但到目前为止都没有成功。任何建议,将不胜感激。
您可以使用:
SessionFactory.getCache().evictEntity(Class entityClass, Serializable identifier)