标签: java spring caching
在我的应用程序中,我使用了spring的缓存。但现在我想使用负载均衡器将应用程序扩展到多个节点。在多个节点上逐出/更新缓存的推荐解决方案是什么?
答案 0 :(得分:1)
查看Tomcat的http://terracotta.org/documentation/3.7.4/enterprise-ehcache/configuration-guide#95592
或Jboss上的http://infinispan.org/docs/5.3.x/getting_started/getting_started.html。