comparison flys-artifacts/doc/conf/cache.xml @ 2619:6ed24efc80de

Loaded columns of fixings from database and store them into the cache. flys-artifacts/trunk@4204 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 05 Apr 2012 15:29:52 +0000
parents b3f6d49cdc80
children 8bc1e1cb7f7b
comparison
equal deleted inserted replaced
2618:3a93bbbe2ec7 2619:6ed24efc80de
102 memoryStoreEvictionPolicy="LFU" 102 memoryStoreEvictionPolicy="LFU"
103 overflowToDisk="true" 103 overflowToDisk="true"
104 diskPersistent="true" 104 diskPersistent="true"
105 /> 105 />
106 106
107 <!-- This one is used to hold the data columns of fixings. -->
108 <cache name="fixings-columns"
109 maxElementsInMemory="50"
110 eternal="false"
111 timeToLiveSeconds="7200"
112 memoryStoreEvictionPolicy="LFU"
113 overflowToDisk="true"
114 diskPersistent="true"
115 />
116
107 <!-- This one is used to load single HYK Zones --> 117 <!-- This one is used to load single HYK Zones -->
108 <cache name="hykache" 118 <cache name="hykache"
109 maxElementsInMemory="500" 119 maxElementsInMemory="500"
110 eternal="false" 120 eternal="false"
111 timeToLiveSeconds="14400" 121 timeToLiveSeconds="14400"

http://dive4elements.wald.intevation.org