# JCS Basic Config, just a simple memory only cache jcs.default= jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.default.cacheattributes.MaxObjects=1000 jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.default.elementattributes.IsSpool=false jcs.default.elementattributes.IsRemote=false jcs.default.elementattributes.IsLateral=false # default region used by the JCS ObjectCache implementations jcs.region.ojbDefault= jcs.region.ojbDefault.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.region.ojbDefault.cacheattributes.MaxObjects=1000 jcs.region.ojbDefault.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.default.elementattributes.IsSpool=false jcs.default.elementattributes.IsRemote=false jcs.default.elementattributes.IsLateral=false # region used by test case jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject= jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.cacheattributes.MaxObjects=2 jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.cacheattributes.UseMemoryShrinker=false jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.cacheattributes.MaxMemoryIdleTimeSeconds=2 jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.cacheattributes.ShrinkerIntervalSeconds=1 jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.cacheattributes.MaxSpoolPerRun=500 jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.elementattributes=org.apache.jcs.engine.ElementAttributes jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.elementattributes.IsEternal=false jcs.region.org.apache.ojb.broker.cache.ObjectCacheTest$CacheObject.elementattributes.MaxLifeSeconds=2 jcs.default.elementattributes.IsSpool=false jcs.default.elementattributes.IsRemote=false jcs.default.elementattributes.IsLateral=false