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 | 8efa375 | 2018-07-24 17:46:43 +0200 | [diff] [blame] | 15 | memoryStoreEvictionPolicy="LRU" |
margaretha | fe25280 | 2018-07-30 14:59:50 +0200 | [diff] [blame^] | 16 | maxBytesLocalHeap="256M" > |
| 17 | <!-- maxBytesLocalDisk="1G"> |
| 18 | <persistence strategy="localTempSwap"/> --> |
| 19 | </cache> |
margaretha | 8efa375 | 2018-07-24 17:46:43 +0200 | [diff] [blame] | 20 | |
| 21 | </ehcache> |