diff 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
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml	Wed Jun 08 13:03:21 2011 +0000
+++ b/flys-artifacts/doc/conf/cache.xml	Wed Jun 15 15:28:54 2011 +0000
@@ -36,4 +36,14 @@
            timeToLiveSeconds="86400"
            memoryStoreEvictionPolicy="LFU"
            />
+
+    <!-- This one is used to cache the computed values.-->
+    <cache name="computed.values"
+           maxElementsInMemory="1000"
+           eternal="false"
+           timeToLiveSeconds="172800"
+           overflowToDisk="true"
+           diskPersistent="true"
+           memoryStoreEvictionPolicy="LFU"
+           />
 </ehcache>

http://dive4elements.wald.intevation.org