blob: 1a91d9d6cae9c6ceac3773dddbd6f55c2338b082 [file] [log] [blame]
jimmydot3982f4f2017-05-07 14:58:24 -04001# DEFAULT CACHE REGION
2jcs.default=DC
3jcs.default.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
4jcs.default.cacheattributes.MaxObjects=1000
5jcs.default.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
6jcs.default.elementattributes=org.apache.jcs.engine.ElementAttributes
7jcs.default.elementattributes.IsEternal=true
8jcs.default.elementattributes.IsSpool=true
9
10
11# MEMORY SHRINKING CONFIGURATION (Commented)
12#jcs.default.cacheattributes.UseMemoryShrinker=true
13#jcs.default.cacheattributes.MaxMemoryIdleTimeSeconds=3600
14#jcs.default.cacheattributes.ShrinkerIntervalSeconds=60
15#jcs.default.cacheattributes.MaxSpoolPerRun=500
16#jcs.default.elementattributes=org.apache.jcs.engine.ElementAttributes
17#jcs.default.elementattributes.IsEternal=false
18
19
20# AUXILLARY CACHE CONFIGURATION
21jcs.auxiliary.DC=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
22jcs.auxiliary.DC.attributes=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
23jcs.auxiliary.DC.attributes.DiskPath=/tmp
24
25
26# PRE-DEFINED REGION FOR LOOKUP DATA
27jcs.region.lookUpObjectCache=DC
28jcs.region.lookUpObjectCache.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
29jcs.region.lookUpObjectCache.cacheattributes.MaxObjects=4000
30jcs.region.lookUpObjectCache.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache