Hello guys,
I'm using JBossCache 1.4.1.SP9.
I need to use SERIALIZABLE isolation level in my application.
I did the following test:
1) started one jboss instance and at some point did:
| TreeCache cache = cacheManagerImpl.getCache();
| cache.put("1", "1", "test");
| cache.getTransactionMa
thanks for the quick reply.
I tested the cache behavior by setting a very high ttl value and them
inspecting the cache in the jboss jmx console.
I didnt find how to setup log or debug messages for the cayenne version of
jboss cache. Do you or someone know how to do that?
and about this quote:
Hi everyone,
I'm using jboss cache 1.4.1.GA with jboss 4.0.5.GA.
I'm trying to use an eviction policy.
Here is part of my tree-service.xml file:
|
| org.jboss.cache.eviction.LFUPolicy
|
|
|
|