# Java Caching System configuration file # DEFAULT CACHE REGION jcs.default=DC jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes jcs.default.cacheattributes.MaxObjects=100 jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache jcs.default.cacheattributes.DiskUsagePatternName=UPDATE # AVAILABLE AUXILIARY CACHES jcs.auxiliary.DC=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory jcs.auxiliary.DC.attributes=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes jcs.auxiliary.DC.attributes.DiskPath=target/test-sandbox/steady-load jcs.auxiliary.DC.attributes.maxKeySize=1000 jcs.auxiliary.DC.attributes.MaxPurgatorySize=1000 jcs.auxiliary.DC.attributes.OptimizeAtRemoveCount=20000 jcs.auxiliary.DC.attributes.MaxRecycleBinSize=10000