margaretha | fe25280 | 2018-07-30 14:59:50 +0200 | [diff] [blame] | 1 | <ehcache xsi:noNamespaceSchemaLocation="http://www.ehcache.org/ehcache.xsd" |
margaretha | 8efa375 | 2018-07-24 17:46:43 +0200 | [diff] [blame] | 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 | |
margaretha | fe25280 | 2018-07-30 14:59:50 +0200 | [diff] [blame] | 13 | <cache name="named_vc" |
| 14 | eternal="true" |
margaretha | df0e9d1 | 2018-07-30 16:22:59 +0200 | [diff] [blame^] | 15 | memoryStoreEvictionPolicy="LRU" |
| 16 | maxElementsInMemory="1" |
| 17 | maxBytesLocalDisk="1G" |
| 18 | diskExpiryThreadIntervalSeconds = "120" > |
| 19 | <persistence strategy="localTempSwap"/> |
margaretha | fe25280 | 2018-07-30 14:59:50 +0200 | [diff] [blame] | 20 | </cache> |
margaretha | 8efa375 | 2018-07-24 17:46:43 +0200 | [diff] [blame] | 21 | |
| 22 | </ehcache> |