comparison geo-backend/contrib/sql-cache.xml @ 1129:ccfa07b88476

merged geo-backend
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:01 +0200
parents f0b6d0e2a0f6
children
comparison
equal deleted inserted replaced
1119:7c4f81f74c47 1129:ccfa07b88476
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