Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/cache.xml @ 1966:f572536af56c
Configure cross_sections cache.
flys-artifacts/trunk@3377 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 09 Dec 2011 15:53:24 +0000 |
parents | f7d890f4855f |
children | 97a25b54eea3 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml Fri Dec 09 15:52:22 2011 +0000 +++ b/flys-artifacts/doc/conf/cache.xml Fri Dec 09 15:53:24 2011 +0000 @@ -81,4 +81,12 @@ timeToLiveSeconds="7200" memoryStoreEvictionPolicy="LRU" /> + + <!-- This one is used for the cross section lookup --> + <cache name="cross_sections" + maxElementsInMemory="50" + eternal="false" + timeToLiveSeconds="86400" + memoryStoreEvictionPolicy="LRU" + /> </ehcache>