|
|
@@ -0,0 +1,25 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<ehcache>
|
|
|
+ <diskStore path="java.io.tmpdir/zheng-cms-rpc-service/ehcache"/>
|
|
|
+ <defaultCache
|
|
|
+ maxElementsInMemory="10000"
|
|
|
+ eternal="false"
|
|
|
+ timeToIdleSeconds="120"
|
|
|
+ timeToLiveSeconds="120"
|
|
|
+ maxElementsOnDisk="10000000"
|
|
|
+ diskExpiryThreadIntervalSeconds="120"
|
|
|
+ memoryStoreEvictionPolicy="LRU">
|
|
|
+ <persistence strategy="localTempSwap"/>
|
|
|
+ </defaultCache>
|
|
|
+ <cache
|
|
|
+ name="zheng-cms-rpc-service-ehcache"
|
|
|
+ eternal="false"
|
|
|
+ timeToIdleSeconds="120"
|
|
|
+ timeToLiveSeconds="300"
|
|
|
+ maxEntriesLocalHeap="10000"
|
|
|
+ maxEntriesLocalDisk="10000000"
|
|
|
+ diskExpiryThreadIntervalSeconds="120"
|
|
|
+ memoryStoreEvictionPolicy="LRU">
|
|
|
+ <persistence strategy="localTempSwap"/>
|
|
|
+ </cache>
|
|
|
+</ehcache>
|