diff flys-artifacts/doc/conf/cache.xml @ 1073:107d44b3455d

Added conf for factory and rule for MainValueArtifacts, missing ChangeLog entry. flys-artifacts/trunk@2557 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 24 Aug 2011 12:12:44 +0000
parents 0c8aca463bd4
children 2df1f9facd6c
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml	Wed Aug 24 12:07:33 2011 +0000
+++ b/flys-artifacts/doc/conf/cache.xml	Wed Aug 24 12:12:44 2011 +0000
@@ -28,7 +28,7 @@
            memoryStoreEvictionPolicy="LRU"
            />
 
-    <!-- This one is used to cache the distance infos per river -->
+    <!-- This one is used to cache the distance infos per river as Documents -->
     <cache name="service-distanceinfo"
            maxElementsInMemory="20"
            eternal="false"
@@ -37,6 +37,15 @@
            memoryStoreEvictionPolicy="LFU"
            />
 
+    <!-- This one is used to cache the distance infos per river as Lists -->
+    <cache name="annotations"
+           maxElementsInMemory="200"
+           eternal="false"
+           timeToIdleSeconds="360"
+           timeToLiveSeconds="86400"
+           memoryStoreEvictionPolicy="LFU"
+           />
+
     <!-- This one is used to cache the computed values.-->
     <cache name="computed.values"
            maxElementsInMemory="200"

http://dive4elements.wald.intevation.org