Tagged Questions
0
votes
1answer
118 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 ...
2
votes
1answer
192 views
Session factory issue in setting up hibernate distributed ehcache with terracotta
I am trying to setup EHCache in distributed environment with Terracotta. Here I am able to connect Application server and Terracotta server and in terracotta Developer Console I am able to see ...