comparison flys-artifacts/doc/conf/cache.xml @ 2126:d626ae185305

Use the fast cross section lines from backend now. flys-artifacts/trunk@3697 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 17 Jan 2012 17:05:18 +0000
parents dc28ea60b53d
children a4bdf7d8527e
comparison
equal deleted inserted replaced
2125:7a8f52267a5c 2126:d626ae185305
92 memoryStoreEvictionPolicy="LRU" 92 memoryStoreEvictionPolicy="LRU"
93 /> 93 />
94 94
95 <!-- This one is used to load chunks of the cross section lines --> 95 <!-- This one is used to load chunks of the cross section lines -->
96 <cache name="fast-cross-section-lines" 96 <cache name="fast-cross-section-lines"
97 maxElementsInMemory="100" 97 maxElementsInMemory="500"
98 eternal="false" 98 eternal="false"
99 timeToLiveSeconds="7200" 99 timeToLiveSeconds="7200"
100 memoryStoreEvictionPolicy="LRU" 100 memoryStoreEvictionPolicy="LRU"
101 overflowToDisk="true"
102 diskPersistent="true"
101 /> 103 />
102 104
103 <!-- This one is used for the cross section lookup 105 <!-- This one is used for the cross section lookup
104 Because of lazy fetching and relatively big amount of data, disabled 106 Because of lazy fetching and relatively big amount of data, disabled
105 cache for now. 107 cache for now.

http://dive4elements.wald.intevation.org