# 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 cs.default.cacheattributes.DiskUsagePatterName=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/defrag jcs.auxiliary.DC.attributes.maxKeySize=10000 jcs.auxiliary.DC.attributes.MaxPurgatorySize=5000 jcs.auxiliary.DC.attributes.OptimizeAtRemoveCount=5000 jcs.auxiliary.DC.attributes.MaxRecycleBinSize=5000