view geo-backend/contrib/sql-cache.xml @ 658:23a0f2c5e3b8

Changed from ArcSDE Version 9.2.5 to Version 9.3 geo-backend/trunk@660 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 05 Feb 2010 11:59:47 +0000
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