Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/cache.xml @ 2145:e92bc9b0ca1d
DistanceInfoService now uses annotations from LocationProvider.
flys-artifacts/trunk@3724 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 19 Jan 2012 15:43:57 +0000 |
parents | a4bdf7d8527e |
children | b5f3b29544ea |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml Thu Jan 19 13:43:58 2012 +0000 +++ b/flys-artifacts/doc/conf/cache.xml Thu Jan 19 15:43:57 2012 +0000 @@ -28,18 +28,9 @@ memoryStoreEvictionPolicy="LRU" /> - <!-- This one is used to cache the distance infos per river as Documents --> - <cache name="service-distanceinfo" + <cache name="location-provider" maxElementsInMemory="20" eternal="false" - timeToIdleSeconds="360" - timeToLiveSeconds="86400" - memoryStoreEvictionPolicy="LFU" - /> - - <cache name="location-provider" - maxElementsInMemory="5000" - eternal="false" diskPersistent="true" overflowToDisk="true" timeToIdleSeconds="360"