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.
JCache 的 EHCache 实现是否支持分布式缓存功能?
我的要求是分布式客户端-服务器缓存:多个缓存(集群)节点,以分布式方式协作并与客户端应用程序隔离执行。
谢谢
注意:我是一名开发 Ehcache 的开发人员
根据版本的不同,Ehcache 有两种不同的方式与 JSR-107 / JCache 集成:
在这两种情况下,在您的应用程序中使用 JSR-107 / JCache API 时,您可以从原生 Ehcache 可用的整套选项中受益。这包括集群支持: