42 lines
1.1 KiB
XML
42 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ehcache updateCheck="false" name="shirocache">
|
|
|
|
<diskStore path="java.io.tmpdir"/>
|
|
|
|
<defaultCache
|
|
maxElementsInMemory="10000"
|
|
eternal="false"
|
|
timeToIdleSeconds="120"
|
|
timeToLiveSeconds="120"
|
|
overflowToDisk="false"
|
|
diskPersistent="false"
|
|
diskExpiryThreadIntervalSeconds="120"
|
|
/>
|
|
|
|
<cache name="authorizationCache"
|
|
maxEntriesLocalHeap="2000"
|
|
eternal="false"
|
|
timeToIdleSeconds="3600"
|
|
timeToLiveSeconds="0"
|
|
overflowToDisk="false"
|
|
statistics="true">
|
|
</cache>
|
|
|
|
<cache name="authenticationCache"
|
|
maxEntriesLocalHeap="2000"
|
|
eternal="false"
|
|
timeToIdleSeconds="3600"
|
|
timeToLiveSeconds="0"
|
|
overflowToDisk="false"
|
|
statistics="true">
|
|
</cache>
|
|
|
|
<cache name="shiro-activeSessionCache"
|
|
maxEntriesLocalHeap="2000"
|
|
eternal="false"
|
|
timeToIdleSeconds="3600"
|
|
timeToLiveSeconds="0"
|
|
overflowToDisk="false"
|
|
statistics="true">
|
|
</cache>
|
|
</ehcache> |