Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/cache.xml @ 2144:a4bdf7d8527e
Use FastAnnotations for LocationProvider.
flys-artifacts/trunk@3723 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 19 Jan 2012 13:43:58 +0000 |
parents | d626ae185305 |
children | e92bc9b0ca1d |
comparison
equal
deleted
inserted
replaced
2143:c5d24e0587ce | 2144:a4bdf7d8527e |
---|---|
40 <cache name="location-provider" | 40 <cache name="location-provider" |
41 maxElementsInMemory="5000" | 41 maxElementsInMemory="5000" |
42 eternal="false" | 42 eternal="false" |
43 diskPersistent="true" | 43 diskPersistent="true" |
44 overflowToDisk="true" | 44 overflowToDisk="true" |
45 timeToIdleSeconds="360" | |
46 timeToLiveSeconds="86400" | |
47 memoryStoreEvictionPolicy="LFU" | |
48 /> | |
49 | |
50 <!-- This one is used to cache the distance infos per river as Lists --> | |
51 <cache name="annotations" | |
52 maxElementsInMemory="2000" | |
53 eternal="false" | |
54 timeToIdleSeconds="360" | 45 timeToIdleSeconds="360" |
55 timeToLiveSeconds="86400" | 46 timeToLiveSeconds="86400" |
56 memoryStoreEvictionPolicy="LFU" | 47 memoryStoreEvictionPolicy="LFU" |
57 /> | 48 /> |
58 | 49 |