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
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.