META-INF.default-ehcache.xml Maven / Gradle / Ivy
<ehcache updateCheck="false" dynamicConfig="false"> <diskStore path="java.io.tmpdir"/> <defaultCache maxElementsInMemory="10000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="300" maxElementsOnDisk="10000000" diskExpiryThreadIntervalSeconds="300" memoryStoreEvictionPolicy="LRU"> <persistence strategy="localTempSwap"/> </defaultCache> <cache name="__DEFAULT__" maxElementsInMemory="10000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="300" maxElementsOnDisk="10000000" diskExpiryThreadIntervalSeconds="300" memoryStoreEvictionPolicy="LRU" overflowToDisk="true"/> </ehcache>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy