Caching with Hibernate + Spring - some Questions

后端 未结 2 1978
旧巷少年郎
旧巷少年郎 2020-12-04 05:58

I\'m working on developing a web application with Spring 3 and Hibernate 3.6. At the moment I try to understand how Caching with Spring and Hibernate works. I found some sou

2条回答
  •  再見小時候
    2020-12-04 06:36

    Regarding Spring and second level cache there are cool Open source project that can hel spring to work with 2L cache:

    For example: http://code.google.com/p/ehcache-spring-annotations/

    We are using it on production environment and it makes our live much easier.

提交回复
热议问题