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