comparison 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
comparison
equal deleted inserted replaced
1072:80aecb01d79a 1073:107d44b3455d
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 --> 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"
35 timeToIdleSeconds="360"
36 timeToLiveSeconds="86400"
37 memoryStoreEvictionPolicy="LFU"
38 />
39
40 <!-- This one is used to cache the distance infos per river as Lists -->
41 <cache name="annotations"
42 maxElementsInMemory="200"
34 eternal="false" 43 eternal="false"
35 timeToIdleSeconds="360" 44 timeToIdleSeconds="360"
36 timeToLiveSeconds="86400" 45 timeToLiveSeconds="86400"
37 memoryStoreEvictionPolicy="LFU" 46 memoryStoreEvictionPolicy="LFU"
38 /> 47 />

http://dive4elements.wald.intevation.org