Tagged Questions
0
votes
1answer
117 views
Hibernate 4.1.x EhCache doesn't store anything on disk
I'm using Hibernate 4.1.1.Final with Spring MVC 3.1.x and using both first and second level cache. I configured my domain objects using annotations for cache operations. But cache doesn't store ...