跨不同模块使用缓存时遇到问题。起初,我使用的是 Ehcache 2.10.6,所以在我的配置ehcache.xml
文件中我有这样的内容:
<bootstrapCacheLoaderFactory
class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
我用它作为cache.bootstrap();
升级到 3.x 版本(3.8.1)后,这不可用,我也看不到任何替代品。是否有任何替代品或其他东西来复制上面的配置?
谢谢。