comparison flys-artifacts/doc/conf/cache.xml @ 2119:dc28ea60b53d

Added cached/chunked access to cross section lines. TODO: Use the FastCrossSectionLines. flys-artifacts/trunk@3689 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 16 Jan 2012 15:51:46 +0000
parents 0553e31d25e7
children d626ae185305
comparison
equal deleted inserted replaced
2118:4d57d456e261 2119:dc28ea60b53d
90 eternal="false" 90 eternal="false"
91 timeToLiveSeconds="7200" 91 timeToLiveSeconds="7200"
92 memoryStoreEvictionPolicy="LRU" 92 memoryStoreEvictionPolicy="LRU"
93 /> 93 />
94 94
95 <!-- This one is used to load chunks of the cross section lines -->
96 <cache name="fast-cross-section-lines"
97 maxElementsInMemory="100"
98 eternal="false"
99 timeToLiveSeconds="7200"
100 memoryStoreEvictionPolicy="LRU"
101 />
102
95 <!-- This one is used for the cross section lookup 103 <!-- This one is used for the cross section lookup
96 Because of lazy fetching and relatively big amount of data, disabled 104 Because of lazy fetching and relatively big amount of data, disabled
97 cache for now. 105 cache for now.
98 <cache name="cross_sections" 106 <cache name="cross_sections"
99 maxElementsInMemory="50" 107 maxElementsInMemory="50"

http://dive4elements.wald.intevation.org