Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/cache.xml @ 972:0c8aca463bd4
Added caching support for the static part of the datacage.
flys-artifacts/trunk@2398 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 22 Jul 2011 16:55:36 +0000 |
parents | 853dceead0f4 |
children | 107d44b3455d |
comparison
equal
deleted
inserted
replaced
971:d0c9a5f32c30 | 972:0c8aca463bd4 |
---|---|
44 timeToLiveSeconds="172800" | 44 timeToLiveSeconds="172800" |
45 overflowToDisk="true" | 45 overflowToDisk="true" |
46 diskPersistent="true" | 46 diskPersistent="true" |
47 memoryStoreEvictionPolicy="LRU" | 47 memoryStoreEvictionPolicy="LRU" |
48 /> | 48 /> |
49 | |
50 <!-- This one is used for the SQL statements used by the static datacage --> | |
51 <cache name="datacage.db" | |
52 maxElementsInMemory="2000" | |
53 eternal="false" | |
54 timeToLiveSeconds="7200" | |
55 memoryStoreEvictionPolicy="LFU" | |
56 /> | |
49 </ehcache> | 57 </ehcache> |