Hibernate3.6 & Ehcache2.4.3配置

关于集群配置:
Ehcache分布式缓存 http://simpleframework.net/blog/v/7986.html
Ehcache集群环境配置 http://zhouree.iteye.com/blog/335623
自己成功使用ehcache集群的总结 http://www.open-open.com/lib/view/open1345651870876.html
pom.xml

applicationContext.xml

ehcache.xml


  1.  

@Cache(usage = CacheConcurrencyStrategy.READ_WRITE)

query.setCacheable(true);//设定使用缓存