Joined: Thu Dec 06, 2012 3:58 am Posts: 1
|
Hi,
According to the hibernate cache documentation(http://docs.jboss.org/hibernate/orm/3.3/reference/en/html/performance.html#performance-cache) ehache is not cluster safe(on the table comparison between the caches) And its says that for read/write the underlying cache implementation need to support locking. Is this mean i can't use ehcache for second level on hibernate? According to ehache documentation it does have explicit locking mechanism (http://ehcache.org/documentation/apis/explicitlocking) does this locking mechanism can be used for the second level?
Thanks Nir
|
|