Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/sql-cache.xml @ 1119:7c4f81f74c47
merged gnv-artifacts
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:00 +0200 |
parents | 732cea65cee7 |
children |
comparison
equal
deleted
inserted
replaced
1027:fca4b5eb8d2f | 1119:7c4f81f74c47 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <ehcache> | |
3 <defaultCache | |
4 maxElementsInMemory="10000" | |
5 eternal="false" | |
6 memoryStoreEvictionPolicy="LFU" | |
7 timeToIdleSeconds="10800" | |
8 timeToLiveSeconds="14400" | |
9 /> | |
10 </ehcache> | |
11 |