Caches
// Register all the custom named caches you like here
caches = {
sampleCache1 = {
provider="cachebox.system.cache.providers.CacheBoxProvider",
properties = {
objectDefaultTimeout="20",
useLastAccessTimeouts="false",
reapFrequency="1",
evictionPolicy="LFU",
evictCount="1",
maxObjects="100",
objectStore="ConcurrentSoftReferenceStore"
}
},
sampleCache2 = {
provider = "cachebox.system.cache.providers.CFColdboxProvider"
}
},Last updated
Was this helpful?