parent
56dc459394
commit
0693f9eeac
@ -1,37 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ehcache updateCheck="false" name="hibernateCache">
|
||||
|
||||
<diskStore path="java.io.tmpdir/dsideal/ehcache/hibernate" />
|
||||
|
||||
<defaultCache eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600" overflowToDisk="true"/>
|
||||
|
||||
<cache name="com.dsideal.modules.sys.entity.Area" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Class" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Dept" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Dict" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.District" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Division" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Function" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Grade" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Identity" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Log" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Org" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Orgtree" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Para" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Role" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.RoleFunction" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.RoleOrgtree" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.School" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.SchoolDistrict" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Stage" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.Subject" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.User" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserDetail" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserIdentity" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserOrg" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserParent" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserRole" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserStage" eternal="false" overflowToDisk="true"/>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserSubject" eternal="false" overflowToDisk="true"/>
|
||||
|
||||
</ehcache>
|
@ -1,128 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ehcache updateCheck="false" name="hibernateCache">
|
||||
<diskStore path="java.io.tmpdir/dsideal/ehcache/hibernate"/>
|
||||
|
||||
<cacheManagerPeerProviderFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory" properties="hostName=localhost, peerDiscovery=automatic, multicastGroupAddress=230.0.0.1,
|
||||
multicastGroupPort=4447, timeToLive=32"/>
|
||||
|
||||
<cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"
|
||||
properties="hostName=localhost, port=42310,socketTimeoutMillis=2000"/>
|
||||
|
||||
<defaultCache maxElementsInMemory="10000" eternal="true" timeToIdleSeconds="120" timeToLiveSeconds="120"
|
||||
overflowToDisk="false" diskSpoolBufferSizeMB="30" maxElementsOnDisk="10000000"
|
||||
diskPersistent="false" diskExpiryThreadIntervalSeconds="120" memoryStoreEvictionPolicy="LRU">
|
||||
</defaultCache>
|
||||
|
||||
<cache name="com.dsideal.modules.sys.entity.Area" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Class" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Dept" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Dict" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.District" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Division" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Function" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Grade" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Identity" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Log" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Org" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Orgtree" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Para" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Role" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.RoleFunction" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.RoleOrgtree" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.School" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.SchoolDistrict" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Stage" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.Subject" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.User" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserDetail" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserIdentity" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserOrg" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserParent" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserRole" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserStage" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
<cache name="com.dsideal.modules.sys.entity.UserSubject" eternal="true" overflowToDisk="false"
|
||||
memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"/>
|
||||
</cache>
|
||||
</ehcache>
|
@ -1,128 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ehcache updateCheck="false" name="ehcache-shiro">
|
||||
<diskStore path="java.io.tmpdir/dsideal/ehcache/base-server" />
|
||||
|
||||
<cacheManagerPeerProviderFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory" properties="hostName=localhost,peerDiscovery=automatic,multicastGroupAddress=230.0.0.1,multicastGroupPort=12347" />
|
||||
<cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory" />
|
||||
|
||||
<!-- DefaultCache setting. -->
|
||||
<defaultCache maxElementsInMemory="10000" eternal="false" timeToIdleSeconds="120" timeToLiveSeconds="120" maxElementsOnDisk="10000000" diskExpiryThreadIntervalSeconds="120"
|
||||
memoryStoreEvictionPolicy="LRU">
|
||||
</defaultCache>
|
||||
<!-- 系统 -->
|
||||
<cache name="functionCache" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory" />
|
||||
</cache>
|
||||
<cache name="sysCache" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory" />
|
||||
</cache>
|
||||
<cache name="T_BASE_USER" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_USER_DEL" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="ORG_USERLIST" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="ORGID_USERLIST" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_ORG" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_DEPT" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_DIVISION" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_GRADE" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_SCHOOL" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_DISTRICT" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_CLASS" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_SYS_ROLE" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_AREA" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_DIC" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_ORGTREE" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_SUBJECT" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_USER_SUBJECT" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_STAGE" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_SYS_PARA" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_USER_PARENT" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_USER_IDENTITY" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_BASE_IDENTITY" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
<cache name="T_SYS_USER_ROLE" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory"/>
|
||||
</cache>
|
||||
|
||||
<cache name="authenticationCache" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory" />
|
||||
</cache>
|
||||
|
||||
<cache name="authorizationCache" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory" />
|
||||
</cache>
|
||||
|
||||
<cache name="shiro-activeSessionCache" maxElementsInMemory="100000" eternal="true" overflowToDisk="true" memoryStoreEvictionPolicy="LFU">
|
||||
<cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" />
|
||||
<bootstrapCacheLoaderFactory class="net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory" />
|
||||
</cache>
|
||||
</ehcache>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue