comparison flys-artifacts/doc/conf/cache.xml @ 1722:fb4fb1c67c35

Added WKmsFactory. flys-artifacts/trunk@3004 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 18 Oct 2011 12:44:02 +0000
parents 2df1f9facd6c
children f7d890f4855f
comparison
equal deleted inserted replaced
1721:eb35570df0e8 1722:fb4fb1c67c35
54 overflowToDisk="true" 54 overflowToDisk="true"
55 diskPersistent="true" 55 diskPersistent="true"
56 memoryStoreEvictionPolicy="LRU" 56 memoryStoreEvictionPolicy="LRU"
57 /> 57 />
58 58
59 <!-- This one is used to cache the non-computed wst-values.-->
60 <cache name="wst-value-table-static"
61 maxElementsInMemory="200"
62 eternal="false"
63 timeToLiveSeconds="172800"
64 overflowToDisk="true"
65 diskPersistent="true"
66 memoryStoreEvictionPolicy="LRU"
67 />
68
59 <!-- This one is used for the SQL statements used by the static datacage --> 69 <!-- This one is used for the SQL statements used by the static datacage -->
60 <cache name="datacage.db" 70 <cache name="datacage.db"
61 maxElementsInMemory="2000" 71 maxElementsInMemory="2000"
62 eternal="false" 72 eternal="false"
63 timeToLiveSeconds="7200" 73 timeToLiveSeconds="7200"

http://dive4elements.wald.intevation.org