We have a EHCache cluster, hibernate and Mysql. Everything is working almost fine. Criteria searches are being cached and when records are modified on other members of the clusters the cached queries
Greeting, We are facing memory leak issue recently on one of our apps. Development environment : Lucene2.4.0, hibernate search3.2.0, hibernate 3.5.0, spring2.5 and ehcache 1.4.1
I\'m using Spring 3.1 and I want to use the new cache features. Then, I tried: <cache:annotation-driven />
I am trying to get JPA 2.0 Caching working in my Spring 3.0.5 application which uses Hibernate and EhCache. I do not wish to have my application bound to Hibernate and EhCache and wish to have it make
I\'m trying to get only valid objects from the cache.if I do List list = cache.getKeys(); it will return keys that are expired too.I though of adding a listener and try to remove the key myself, but m
What will happen if there are multiple ehcache.xml f开发者_C百科iles in the classpath? Which one will be picked up?That will depend on CLASSLOADING. Whichever is found first in CLASSPATH will be loade
New to caching... I was looking into Spring\'s EHCache and I found its \"write-behind\" new feature very interesting. Data is written to the cache first and then to the underlying database in an asyn
I have an applicat开发者_StackOverflow社区ion in which I use spring 3.0.2 and ibatis. Now, I need to integrate ehcache with my code. I triedthis link but couldnt get it working. I would prefer someone
We have an application that is receiving constant queries for a \'worklist\' which consists of frequently updated data which is populated in the db by a SOA background process. Thousands of users have
I use a ehcache that distributes via jgroups. I use UDP multicat for the distribution. The ehcache lives within a webapp. There are several machines that run that webapp. For some reason I get a WARN