diff flys-artifacts/doc/conf/cache.xml @ 1749:f7d890f4855f

Added Service Service to lookup the Nth nearest neighbors for a set of given cross section ids and kms. flys-artifacts/trunk@3049 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 20 Oct 2011 17:14:24 +0000
parents fb4fb1c67c35
children f572536af56c
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml	Thu Oct 20 14:26:22 2011 +0000
+++ b/flys-artifacts/doc/conf/cache.xml	Thu Oct 20 17:14:24 2011 +0000
@@ -73,4 +73,12 @@
            timeToLiveSeconds="7200"
            memoryStoreEvictionPolicy="LFU"
            />
+
+    <!-- This one is used for the cross section next neighbor lookup -->
+    <cache name="cross-section-kms"
+           maxElementsInMemory="50"
+           eternal="false"
+           timeToLiveSeconds="7200"
+           memoryStoreEvictionPolicy="LRU"
+           />
 </ehcache>

http://dive4elements.wald.intevation.org