Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml Tue Oct 18 12:31:36 2011 +0000 +++ b/flys-artifacts/doc/conf/cache.xml Tue Oct 18 12:44:02 2011 +0000 @@ -56,6 +56,16 @@ memoryStoreEvictionPolicy="LRU" /> + <!-- This one is used to cache the non-computed wst-values.--> + <cache name="wst-value-table-static" + maxElementsInMemory="200" + eternal="false" + timeToLiveSeconds="172800" + overflowToDisk="true" + diskPersistent="true" + memoryStoreEvictionPolicy="LRU" + /> + <!-- This one is used for the SQL statements used by the static datacage --> <cache name="datacage.db" maxElementsInMemory="2000"