comparison flys-artifacts/doc/conf/cache.xml @ 686:3dc61e00385e facets-slt

Merged with trunk and introduced hashing of computed values. flys-artifacts/branches/facets-slt@2126 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 15 Jun 2011 15:28:54 +0000
parents 02c0cce0e469
children 853dceead0f4
comparison
equal deleted inserted replaced
667:434146596838 686:3dc61e00385e
34 eternal="false" 34 eternal="false"
35 timeToIdleSeconds="360" 35 timeToIdleSeconds="360"
36 timeToLiveSeconds="86400" 36 timeToLiveSeconds="86400"
37 memoryStoreEvictionPolicy="LFU" 37 memoryStoreEvictionPolicy="LFU"
38 /> 38 />
39
40 <!-- This one is used to cache the computed values.-->
41 <cache name="computed.values"
42 maxElementsInMemory="1000"
43 eternal="false"
44 timeToLiveSeconds="172800"
45 overflowToDisk="true"
46 diskPersistent="true"
47 memoryStoreEvictionPolicy="LFU"
48 />
39 </ehcache> 49 </ehcache>

http://dive4elements.wald.intevation.org