blob: 0cb69b7049d0ef3c313bc065d1d7549dad21432b [file] [log] [blame]
margaretha8efa3752018-07-24 17:46:43 +02001<ehcache xsi:noNamespaceSchemaLocation="ehcache.xsd"
2 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
13 <cache name='named_vc'
14 eternal='true'
15 memoryStoreEvictionPolicy="LRU"
16 maxBytesLocalHeap="256M"
17 maxBytesLocalDisk="1G"
18 overflowToDisk='true' />
19
20</ehcache>