comparison flys-artifacts/doc/conf/cache.xml @ 2149:b5f3b29544ea

Added cache definition for hyks. flys-artifacts/trunk@3731 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 20 Jan 2012 08:30:50 +0000
parents e92bc9b0ca1d
children b3f6d49cdc80
comparison
equal deleted inserted replaced
2148:345a236f7075 2149:b5f3b29544ea
56 overflowToDisk="true" 56 overflowToDisk="true"
57 diskPersistent="true" 57 diskPersistent="true"
58 memoryStoreEvictionPolicy="LRU" 58 memoryStoreEvictionPolicy="LRU"
59 /> 59 />
60 60
61 <!-- This one is used to cache the non-computed wst-values.-->
62 <cache name="wst-wq-value-table-static"
63 maxElementsInMemory="200"
64 eternal="false"
65 timeToLiveSeconds="172800"
66 overflowToDisk="true"
67 diskPersistent="true"
68 memoryStoreEvictionPolicy="LRU"
69 />
70
61 <!-- This one is used for the SQL statements used by the static datacage --> 71 <!-- This one is used for the SQL statements used by the static datacage -->
62 <cache name="datacage.db" 72 <cache name="datacage.db"
63 maxElementsInMemory="2000" 73 maxElementsInMemory="2000"
64 eternal="false" 74 eternal="false"
65 timeToLiveSeconds="7200" 75 timeToLiveSeconds="7200"
78 <cache name="fast-cross-section-lines" 88 <cache name="fast-cross-section-lines"
79 maxElementsInMemory="500" 89 maxElementsInMemory="500"
80 eternal="false" 90 eternal="false"
81 timeToLiveSeconds="7200" 91 timeToLiveSeconds="7200"
82 memoryStoreEvictionPolicy="LRU" 92 memoryStoreEvictionPolicy="LRU"
83 overflowToDisk="true" 93 overflowToDisk="true"
94 diskPersistent="true"
95 />
96
97 <!-- This one is used to load single HYK Zones -->
98 <cache name="hykache"
99 maxElementsInMemory="500"
100 eternal="false"
101 timeToLiveSeconds="14400"
102 memoryStoreEvictionPolicy="LRU"
103 overflowToDisk="true"
84 diskPersistent="true" 104 diskPersistent="true"
85 /> 105 />
86 106
87 <!-- This one is used for the cross section lookup 107 <!-- This one is used for the cross section lookup
88 Because of lazy fetching and relatively big amount of data, disabled 108 Because of lazy fetching and relatively big amount of data, disabled

http://dive4elements.wald.intevation.org