Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/cache.xml @ 2080:0553e31d25e7
Disable cross section cache to avoid lazy initialization issues.
flys-artifacts/trunk@3596 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 05 Jan 2012 13:55:17 +0000 |
parents | 97a25b54eea3 |
children | dc28ea60b53d |
comparison
equal
deleted
inserted
replaced
2079:ca6ccf722c24 | 2080:0553e31d25e7 |
---|---|
90 eternal="false" | 90 eternal="false" |
91 timeToLiveSeconds="7200" | 91 timeToLiveSeconds="7200" |
92 memoryStoreEvictionPolicy="LRU" | 92 memoryStoreEvictionPolicy="LRU" |
93 /> | 93 /> |
94 | 94 |
95 <!-- This one is used for the cross section lookup --> | 95 <!-- This one is used for the cross section lookup |
96 Because of lazy fetching and relatively big amount of data, disabled | |
97 cache for now. | |
96 <cache name="cross_sections" | 98 <cache name="cross_sections" |
97 maxElementsInMemory="50" | 99 maxElementsInMemory="50" |
98 eternal="false" | 100 eternal="false" |
99 timeToLiveSeconds="86400" | 101 timeToLiveSeconds="86400" |
100 memoryStoreEvictionPolicy="LRU" | 102 memoryStoreEvictionPolicy="LRU" |
101 /> | 103 /> |
104 --> | |
102 </ehcache> | 105 </ehcache> |