comparison artifacts/doc/conf/cache.xml @ 8551:11646c8dfa61

Actually configure a bedheight cache. This was not done before and thus no cache was used in bedheight difference calculations.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 16 Feb 2015 15:30:22 +0100
parents 5e3f4b4fcb28
children
comparison
equal deleted inserted replaced
8550:532da345d4a7 8551:11646c8dfa61
48 memoryStoreEvictionPolicy="LRU" 48 memoryStoreEvictionPolicy="LRU"
49 /> 49 />
50 50
51 <!-- This one is used to cache the non-computed wst-values.--> 51 <!-- This one is used to cache the non-computed wst-values.-->
52 <cache name="wst-value-table-static" 52 <cache name="wst-value-table-static"
53 maxElementsInMemory="200"
54 eternal="false"
55 timeToLiveSeconds="172800"
56 overflowToDisk="true"
57 diskPersistent="true"
58 memoryStoreEvictionPolicy="LRU"
59 />
60
61 <!-- This one is used to cache the non-computed bedheight-values.-->
62 <cache name="bedheight-value-table-static"
53 maxElementsInMemory="200" 63 maxElementsInMemory="200"
54 eternal="false" 64 eternal="false"
55 timeToLiveSeconds="172800" 65 timeToLiveSeconds="172800"
56 overflowToDisk="true" 66 overflowToDisk="true"
57 diskPersistent="true" 67 diskPersistent="true"

http://dive4elements.wald.intevation.org