15832144755
2021-06-11 cd782204a0189b8316fde16177a142213a9465aa
1
2
3
4
5
6
7
8
9
10
11
12
<ehcache updateCheck="false" name="shiroCache">
 
    <defaultCache
            maxElementsInMemory="10000"
            eternal="false"
            timeToIdleSeconds="120"
            timeToLiveSeconds="120"
            overflowToDisk="false"
            diskPersistent="false"
            diskExpiryThreadIntervalSeconds="120"
            />
</ehcache>