Mercurial > dive4elements > river
view flys-artifacts/doc/conf/cache.xml @ 624:929137ee8154
ISSUE-62 (part I/II) States are no longer filled with data - if a state needs user input, it needs to query the owner artifact.
flys-artifacts/trunk@1982 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 23 May 2011 15:11:55 +0000 |
parents | 91fbaa2744bf |
children | 02c0cce0e469 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <ehcache> <diskStore path="java.io.tmpdir"/> <defaultCache maxElementsInMemory="1000" eternal="false" timeToIdleSeconds="120" timeToLiveSeconds="3600" overflowToDisk="true" maxElementsOnDisk="100000" diskPersistent="false" diskExpiryThreadIntervalSeconds="120" memoryStoreEvictionPolicy="LRU" /> <!-- This one is used for the WST value tables --> <cache name="wst-value-table" maxElementsInMemory="20" maxElementsOnDisk="100" eternal="false" timeToIdleSeconds="360" overflowToDisk="true" timeToLiveSeconds="14400" diskPersistent="true" memoryStoreEvictionPolicy="LRU" /> </ehcache>