comparison 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
comparison
equal deleted inserted replaced
1965:e71615d95afb 1966:f572536af56c
79 maxElementsInMemory="50" 79 maxElementsInMemory="50"
80 eternal="false" 80 eternal="false"
81 timeToLiveSeconds="7200" 81 timeToLiveSeconds="7200"
82 memoryStoreEvictionPolicy="LRU" 82 memoryStoreEvictionPolicy="LRU"
83 /> 83 />
84
85 <!-- This one is used for the cross section lookup -->
86 <cache name="cross_sections"
87 maxElementsInMemory="50"
88 eternal="false"
89 timeToLiveSeconds="86400"
90 memoryStoreEvictionPolicy="LRU"
91 />
84 </ehcache> 92 </ehcache>

http://dive4elements.wald.intevation.org