Mercurial > dive4elements > gnv-client
comparison geo-backend/contrib/sql-cache.xml @ 541:3cbf11c67fdc
Experimental caching of SQL results via Ehache
geo-backend/trunk@462 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 18 Dec 2009 16:13:52 +0000 |
parents | |
children | f0b6d0e2a0f6 |
comparison
equal
deleted
inserted
replaced
385:27082b83c267 | 541:3cbf11c67fdc |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <ehcache> | |
3 <defaultCache | |
4 maxElementsInMemory="100" | |
5 eternal="false" | |
6 overflowToDisk="true" | |
7 memoryStoreEvictionPolicy="LFU" | |
8 diskPersistent="true" | |
9 maxElementsOnDisk="256" | |
10 timeToIdleSeconds="10800" | |
11 timeToLiveSeconds="14400" | |
12 /> | |
13 </ehcache> | |
14 |