同步代码编写完毕
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ehcache updateCheck="false" name="defaultCache">
|
||||
|
||||
<diskStore path="java.io.tmpdir/jeesite/ehcache/default" />
|
||||
|
||||
<!-- DefaultCache setting. -->
|
||||
<defaultCache maxEntriesLocalHeap="100" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600"
|
||||
overflowToDisk="true" maxEntriesLocalDisk="100000" />
|
||||
|
||||
<cache name="sysCache" maxElementsInMemory="100" eternal="true" overflowToDisk="true"/>
|
||||
|
||||
<cache name="errorCache" maxElementsInMemory="100" timeToIdleSeconds="180" timeToLiveSeconds="300" eternal="false" overflowToDisk="true"/>
|
||||
|
||||
<cache name="cmsCache" maxElementsInMemory="100" eternal="true" overflowToDisk="true"/>
|
||||
|
||||
<cache name="shiro-activeSessionCache" maxElementsInMemory="100" overflowToDisk="true"
|
||||
eternal="true" timeToLiveSeconds="0" timeToIdleSeconds="0"
|
||||
diskPersistent="true" diskExpiryThreadIntervalSeconds="600"/>
|
||||
|
||||
<cache name="org.apache.shiro.realm.text.PropertiesRealm-0-accounts"
|
||||
maxElementsInMemory="100" eternal="true" overflowToDisk="true"/>
|
||||
|
||||
<cache name="SimplePageCachingFilter" maxElementsInMemory="100" eternal="false" overflowToDisk="true"
|
||||
timeToIdleSeconds="120" timeToLiveSeconds="120" memoryStoreEvictionPolicy="LFU"/>
|
||||
|
||||
</ehcache>
|
||||
Reference in New Issue
Block a user