Coherence « Cache « JPA Q&A





1. Coherence L2 cache enabled, but hitCount not increasing    forum.hibernate.org

First 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 true com.tangosol.coherence.hibernate.CoherenceCacheProvider false false ...

3. Using Tangosol's Coherence Cache with Hibernate    forum.hibernate.org

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