blob: b29353463e88304f7c62b58639aab78a8d23813e [file] [log] [blame]
<ehcache xsi:noNamespaceSchemaLocation="http://www.ehcache.org/ehcache.xsd"
updateCheck="true" monitoring="autodetect" dynamicConfig="true">
<diskStore path="./krill_cache" />
<defaultCache
maxEntriesLocalHeap="0"
eternal="false"
timeToIdleSeconds="1200"
timeToLiveSeconds="1200">
</defaultCache>
<cache name="named_vc"
eternal="true"
memoryStoreEvictionPolicy="LRU"
maxElementsInMemory="1"
maxBytesLocalDisk="1G"
diskExpiryThreadIntervalSeconds = "120" >
<persistence strategy="localTempSwap"/>
</cache>
</ehcache>