Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml Thu Jun 21 15:50:58 2012 +0000 +++ b/flys-artifacts/doc/conf/cache.xml Thu Jun 21 16:46:05 2012 +0000 @@ -124,6 +124,16 @@ diskPersistent="true" /> + <!-- This one is used to load gauge finders --> + <cache name="gauge-finders" + maxElementsInMemory="15" + eternal="false" + timeToLiveSeconds="14400" + memoryStoreEvictionPolicy="LRU" + overflowToDisk="true" + diskPersistent="true" + /> + <!-- This one is used for the cross section lookup Because of lazy fetching and relatively big amount of data, disabled cache for now.