【发布时间】:2014-11-05 19:25:19
【问题描述】:
我在 spring mvc 中使用 ehcache。服务器重置缓存数据后保存在diskStore中。但在服务器启动后不能使用缓存数据。所以我想将磁盘存储内容加载到内存中。怎么做?在这个堆栈问题Load EhCache diskstore content into memory 中使用 BootstrapCacheLoaderFactory 但不会出现在我面前。
【问题讨论】:
标签: spring-mvc caching ehcache