talasila | 4ad39a5 | 2017-02-07 15:03:57 -0500 | [diff] [blame] | 1 | # DEFAULT CACHE REGION |
| 2 | jcs.default=DC |
Kishore Reddy, Gujja (kg811t) | 4ee8967 | 2018-03-20 17:15:25 -0400 | [diff] [blame] | 3 | jcs.default.cacheattributes=org.apache.commons.jcs.engine.CompositeCacheAttributes |
talasila | 4ad39a5 | 2017-02-07 15:03:57 -0500 | [diff] [blame] | 4 | jcs.default.cacheattributes.MaxObjects=1000 |
Kishore Reddy, Gujja (kg811t) | 4ee8967 | 2018-03-20 17:15:25 -0400 | [diff] [blame] | 5 | jcs.default.cacheattributes.MemoryCacheName=org.apache.commons.jcs.engine.memory.lru.LRUMemoryCache |
| 6 | jcs.default.elementattributes=org.apache.commons.jcs.engine.ElementAttributes |
talasila | 4ad39a5 | 2017-02-07 15:03:57 -0500 | [diff] [blame] | 7 | jcs.default.elementattributes.IsEternal=true |
| 8 | jcs.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 |
Kishore Reddy, Gujja (kg811t) | 4ee8967 | 2018-03-20 17:15:25 -0400 | [diff] [blame] | 16 | #jcs.default.elementattributes=org.apache.commons.jcs.engine.ElementAttributes |
talasila | 4ad39a5 | 2017-02-07 15:03:57 -0500 | [diff] [blame] | 17 | #jcs.default.elementattributes.IsEternal=false |
| 18 | |
| 19 | |
| 20 | # AUXILLARY CACHE CONFIGURATION |
Kishore Reddy, Gujja (kg811t) | 4ee8967 | 2018-03-20 17:15:25 -0400 | [diff] [blame] | 21 | jcs.auxiliary.DC=org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory |
| 22 | jcs.auxiliary.DC.attributes=org.apache.commons.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes |
Christopher Lott (cl778h) | a9627f8 | 2017-07-26 11:49:07 -0400 | [diff] [blame] | 23 | jcs.auxiliary.DC.attributes.DiskPath=/tmp |
talasila | 4ad39a5 | 2017-02-07 15:03:57 -0500 | [diff] [blame] | 24 | |
| 25 | |
| 26 | # PRE-DEFINED REGION FOR LOOKUP DATA |
| 27 | jcs.region.lookUpObjectCache=DC |
Kishore Reddy, Gujja (kg811t) | 4ee8967 | 2018-03-20 17:15:25 -0400 | [diff] [blame] | 28 | jcs.region.lookUpObjectCache.cacheattributes=org.apache.commons.jcs.engine.CompositeCacheAttributes |
talasila | 4ad39a5 | 2017-02-07 15:03:57 -0500 | [diff] [blame] | 29 | jcs.region.lookUpObjectCache.cacheattributes.MaxObjects=4000 |
Kishore Reddy, Gujja (kg811t) | 4ee8967 | 2018-03-20 17:15:25 -0400 | [diff] [blame] | 30 | jcs.region.lookUpObjectCache.cacheattributes.MemoryCacheName=org.apache.commons.jcs.engine.memory.lru.LRUMemoryCache |