view geo-backend/contrib/sql-cache.xml @ 1145:dfe1ac687c7f tip

added tags
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:16:15 +0200
parents f0b6d0e2a0f6
children
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<ehcache>
    <diskStore path="java.io.tmpdir/sql-cache"/>
    <defaultCache 
        maxElementsInMemory="100"
        eternal="false"
        overflowToDisk="true"
        memoryStoreEvictionPolicy="LFU"
        diskPersistent="true"
        maxElementsOnDisk="512"
        timeToIdleSeconds="10800"
        timeToLiveSeconds="14400"
        />
</ehcache>

http://dive4elements.wald.intevation.org