comparison geo-backend/contrib/sql-cache.xml @ 557:05fcb3c553fd 0.4

merged geo-backend/0.4
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:13:50 +0200
parents f0b6d0e2a0f6
children
comparison
equal deleted inserted replaced
540:80630520e25a 557:05fcb3c553fd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ehcache>
3 <diskStore path="java.io.tmpdir/sql-cache"/>
4 <defaultCache
5 maxElementsInMemory="100"
6 eternal="false"
7 overflowToDisk="true"
8 memoryStoreEvictionPolicy="LFU"
9 diskPersistent="true"
10 maxElementsOnDisk="512"
11 timeToIdleSeconds="10800"
12 timeToLiveSeconds="14400"
13 />
14 </ehcache>
15

http://dive4elements.wald.intevation.org