1. Coherence L2 cache enabled, but hitCount not increasing forum.hibernate.orgFirst my setup, L2 cache: Coherence 3.7 Nodes in cluster: 2 Within coherence config files , cluster name for the same and the caching service is also the same. Actually the config files are the same. Both nodes running on the same machine. Within hibernate.cfg.xml |
2. which caching strategies does Coherence Cache support? forum.hibernate.org |
3. Using Tangosol's Coherence Cache with Hibernate forum.hibernate.orgNewbie Joined: Mon Oct 03, 2005 8:39 pm Posts: 4 We needed to use Tangosol's Coherence cache product with Hibernate, so I used the online documentation at: http://www.hibernate.org/132.html as my starting point. However, we also wanted to actually see how our cache was doing, and be able to empty our cache selectively if needed, so I added a few modifications, which ... |