blob: 00465bff0b9e8eb99958339b9f5eb52c34616215 [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"
maxBytesLocalHeap="256M" >
<!-- maxBytesLocalDisk="1G">
<persistence strategy="localTempSwap"/> -->
</cache>
</ehcache>