Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/cache.xml @ 2063:97a25b54eea3
Part 1 of #125: added a description for a location to the WaterlevelExport.
flys-artifacts/trunk@3557 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 02 Jan 2012 08:50:50 +0000 |
parents | f572536af56c |
children | 0553e31d25e7 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml Thu Dec 29 14:21:52 2011 +0000 +++ b/flys-artifacts/doc/conf/cache.xml Mon Jan 02 08:50:50 2012 +0000 @@ -37,6 +37,16 @@ memoryStoreEvictionPolicy="LFU" /> + <cache name="location-provider" + maxElementsInMemory="5000" + eternal="false" + diskPersistent="true" + overflowToDisk="true" + timeToIdleSeconds="360" + timeToLiveSeconds="86400" + memoryStoreEvictionPolicy="LFU" + /> + <!-- This one is used to cache the distance infos per river as Lists --> <cache name="annotations" maxElementsInMemory="2000"