comparison flys-artifacts/doc/conf/cache.xml @ 705:853dceead0f4

Only generate facets when needed. flys-artifacts/trunk@2157 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 18 Jun 2011 17:03:17 +0000
parents 3dc61e00385e
children 0c8aca463bd4
comparison
equal deleted inserted replaced
704:eab5e5089d77 705:853dceead0f4
37 memoryStoreEvictionPolicy="LFU" 37 memoryStoreEvictionPolicy="LFU"
38 /> 38 />
39 39
40 <!-- This one is used to cache the computed values.--> 40 <!-- This one is used to cache the computed values.-->
41 <cache name="computed.values" 41 <cache name="computed.values"
42 maxElementsInMemory="1000" 42 maxElementsInMemory="200"
43 eternal="false" 43 eternal="false"
44 timeToLiveSeconds="172800" 44 timeToLiveSeconds="172800"
45 overflowToDisk="true" 45 overflowToDisk="true"
46 diskPersistent="true" 46 diskPersistent="true"
47 memoryStoreEvictionPolicy="LFU" 47 memoryStoreEvictionPolicy="LRU"
48 /> 48 />
49 </ehcache> 49 </ehcache>

http://dive4elements.wald.intevation.org