comparison flys-artifacts/doc/conf/cache.xml @ 2063:97a25b54eea3

Part 1 of #125: added a description for a location to the WaterlevelExport. flys-artifacts/trunk@3557 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 02 Jan 2012 08:50:50 +0000
parents f572536af56c
children 0553e31d25e7
comparison
equal deleted inserted replaced
2062:ed6c6d437875 2063:97a25b54eea3
30 30
31 <!-- This one is used to cache the distance infos per river as Documents --> 31 <!-- This one is used to cache the distance infos per river as Documents -->
32 <cache name="service-distanceinfo" 32 <cache name="service-distanceinfo"
33 maxElementsInMemory="20" 33 maxElementsInMemory="20"
34 eternal="false" 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"
43 diskPersistent="true"
44 overflowToDisk="true"
35 timeToIdleSeconds="360" 45 timeToIdleSeconds="360"
36 timeToLiveSeconds="86400" 46 timeToLiveSeconds="86400"
37 memoryStoreEvictionPolicy="LFU" 47 memoryStoreEvictionPolicy="LFU"
38 /> 48 />
39 49

http://dive4elements.wald.intevation.org