comparison flys-artifacts/doc/conf/cache.xml @ 2145:e92bc9b0ca1d

DistanceInfoService now uses annotations from LocationProvider. flys-artifacts/trunk@3724 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 19 Jan 2012 15:43:57 +0000
parents a4bdf7d8527e
children b5f3b29544ea
comparison
equal deleted inserted replaced
2144:a4bdf7d8527e 2145:e92bc9b0ca1d
26 timeToLiveSeconds="14400" 26 timeToLiveSeconds="14400"
27 diskPersistent="true" 27 diskPersistent="true"
28 memoryStoreEvictionPolicy="LRU" 28 memoryStoreEvictionPolicy="LRU"
29 /> 29 />
30 30
31 <!-- This one is used to cache the distance infos per river as Documents --> 31 <cache name="location-provider"
32 <cache name="service-distanceinfo"
33 maxElementsInMemory="20" 32 maxElementsInMemory="20"
34 eternal="false"
35 timeToIdleSeconds="360"
36 timeToLiveSeconds="86400"
37 memoryStoreEvictionPolicy="LFU"
38 />
39
40 <cache name="location-provider"
41 maxElementsInMemory="5000"
42 eternal="false" 33 eternal="false"
43 diskPersistent="true" 34 diskPersistent="true"
44 overflowToDisk="true" 35 overflowToDisk="true"
45 timeToIdleSeconds="360" 36 timeToIdleSeconds="360"
46 timeToLiveSeconds="86400" 37 timeToLiveSeconds="86400"

http://dive4elements.wald.intevation.org