Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/cache.xml @ 3143:29022c93027d
FixA: Create a cached GaugeFinderFactory to access the gauge along a river
flys-artifacts/trunk@4751 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 21 Jun 2012 16:46:05 +0000 |
parents | 8bc1e1cb7f7b |
children | fa30e6322ef3 |
comparison
equal
deleted
inserted
replaced
3142:9aed2e4de3ca | 3143:29022c93027d |
---|---|
122 memoryStoreEvictionPolicy="LRU" | 122 memoryStoreEvictionPolicy="LRU" |
123 overflowToDisk="true" | 123 overflowToDisk="true" |
124 diskPersistent="true" | 124 diskPersistent="true" |
125 /> | 125 /> |
126 | 126 |
127 <!-- This one is used to load gauge finders --> | |
128 <cache name="gauge-finders" | |
129 maxElementsInMemory="15" | |
130 eternal="false" | |
131 timeToLiveSeconds="14400" | |
132 memoryStoreEvictionPolicy="LRU" | |
133 overflowToDisk="true" | |
134 diskPersistent="true" | |
135 /> | |
136 | |
127 <!-- This one is used for the cross section lookup | 137 <!-- This one is used for the cross section lookup |
128 Because of lazy fetching and relatively big amount of data, disabled | 138 Because of lazy fetching and relatively big amount of data, disabled |
129 cache for now. | 139 cache for now. |
130 <cache name="cross_sections" | 140 <cache name="cross_sections" |
131 maxElementsInMemory="50" | 141 maxElementsInMemory="50" |