Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/cache.xml @ 2619:6ed24efc80de
Loaded columns of fixings from database and store them into the cache.
flys-artifacts/trunk@4204 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 05 Apr 2012 15:29:52 +0000 |
parents | b3f6d49cdc80 |
children | 8bc1e1cb7f7b |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/cache.xml Thu Apr 05 15:29:25 2012 +0000 +++ b/flys-artifacts/doc/conf/cache.xml Thu Apr 05 15:29:52 2012 +0000 @@ -104,6 +104,16 @@ diskPersistent="true" /> + <!-- This one is used to hold the data columns of fixings. --> + <cache name="fixings-columns" + maxElementsInMemory="50" + eternal="false" + timeToLiveSeconds="7200" + memoryStoreEvictionPolicy="LFU" + overflowToDisk="true" + diskPersistent="true" + /> + <!-- This one is used to load single HYK Zones --> <cache name="hykache" maxElementsInMemory="500"