- <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="true"
- monitoring="autodetect" dynamicConfig="true">
- <diskStore path="java.io.tmpdir" />
- <defaultCache maxElementsInMemory="10000"
- maxElementsOnDisk="0" eternal="false" overflowToDisk="true"
- diskPersistent="false" timeToIdleSeconds="0" timeToLiveSeconds="1"
- diskSpoolBufferSizeMB="50" diskExpiryThreadIntervalSeconds="1200"
- memoryStoreEvictionPolicy="LFU" />
- </ehcache>
|