margaretha | 8efa375 | 2018-07-24 17:46:43 +0200 | [diff] [blame] | 1 | <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> |