blob: 00465bff0b9e8eb99958339b9f5eb52c34616215 [file] [log] [blame]
margarethafe252802018-07-30 14:59:50 +02001<ehcache xsi:noNamespaceSchemaLocation="http://www.ehcache.org/ehcache.xsd"
margaretha8efa3752018-07-24 17:46:43 +02002 updateCheck="true" monitoring="autodetect" dynamicConfig="true">
3
4 <diskStore path="./krill_cache" />
5
6 <defaultCache
7 maxEntriesLocalHeap="0"
8 eternal="false"
9 timeToIdleSeconds="1200"
10 timeToLiveSeconds="1200">
11 </defaultCache>
12
margarethafe252802018-07-30 14:59:50 +020013 <cache name="named_vc"
14 eternal="true"
margaretha8efa3752018-07-24 17:46:43 +020015 memoryStoreEvictionPolicy="LRU"
margarethafe252802018-07-30 14:59:50 +020016 maxBytesLocalHeap="256M" >
17 <!-- maxBytesLocalDisk="1G">
18 <persistence strategy="localTempSwap"/> -->
19 </cache>
margaretha8efa3752018-07-24 17:46:43 +020020
21</ehcache>