comparison 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
comparison
equal deleted inserted replaced
1748:d56b94325bec 1749:f7d890f4855f
71 maxElementsInMemory="2000" 71 maxElementsInMemory="2000"
72 eternal="false" 72 eternal="false"
73 timeToLiveSeconds="7200" 73 timeToLiveSeconds="7200"
74 memoryStoreEvictionPolicy="LFU" 74 memoryStoreEvictionPolicy="LFU"
75 /> 75 />
76
77 <!-- This one is used for the cross section next neighbor lookup -->
78 <cache name="cross-section-kms"
79 maxElementsInMemory="50"
80 eternal="false"
81 timeToLiveSeconds="7200"
82 memoryStoreEvictionPolicy="LRU"
83 />
76 </ehcache> 84 </ehcache>

http://dive4elements.wald.intevation.org