2010-01-22 15:19:11 +00:00
|
|
|
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false">
|
2016-03-04 22:52:15 +00:00
|
|
|
|
2016-03-06 22:21:13 +00:00
|
|
|
<diskStore path="java.io.tmpdir" />
|
2016-03-04 22:52:15 +00:00
|
|
|
|
2016-03-06 22:21:13 +00:00
|
|
|
<defaultCache
|
|
|
|
maxElementsInMemory="400"
|
2014-10-29 11:13:54 +00:00
|
|
|
maxElementsOnDisk="80000"
|
2011-12-29 04:56:28 +00:00
|
|
|
eternal="false"
|
2015-11-04 08:53:52 +00:00
|
|
|
timeToIdleSeconds="86400"
|
|
|
|
timeToLiveSeconds="86400"
|
2011-12-29 04:56:28 +00:00
|
|
|
overflowToDisk="true"
|
|
|
|
diskPersistent="true"
|
|
|
|
memoryStoreEvictionPolicy="LRU"
|
|
|
|
/>
|
2016-03-04 22:52:15 +00:00
|
|
|
|
2009-01-04 18:28:28 +00:00
|
|
|
</ehcache>
|