Mercurial > dive4elements > river
view flys-artifacts/doc/conf/cache.xml @ 1045:ba840385ad2e
flys/issue260: Datacage uses master_artifacts view now.
flys-artifacts/trunk@2506 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 18 Aug 2011 14:58:17 +0000 |
parents | 0c8aca463bd4 |
children | 107d44b3455d |
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" /> <!-- This one is used to cache the distance infos per river --> <cache name="service-distanceinfo" maxElementsInMemory="20" eternal="false" timeToIdleSeconds="360" timeToLiveSeconds="86400" memoryStoreEvictionPolicy="LFU" /> <!-- This one is used to cache the computed values.--> <cache name="computed.values" 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" eternal="false" timeToLiveSeconds="7200" memoryStoreEvictionPolicy="LFU" /> </ehcache>