Commit 8d6eb4ca by fsn

删除默认缓存

parent 316885a3
......@@ -6,22 +6,6 @@
<diskStore path="java.io.tmpdir/ehcache"/>
<!-- 系统默认缓存 -->
<defaultCache
maxElementsInMemory="50000"
clearOnFlush="false"
eternal="false"
timeToIdleSeconds="3600"
timeToLiveSeconds="3600"
overflowToDisk="true"
diskSpoolBufferSizeMB="1024"
maxElementsOnDisk="100000"
diskPersistent="false"
diskExpiryThreadIntervalSeconds="120"
memoryStoreEvictionPolicy="LFU"
transactionalMode="off">
</defaultCache>
<!-- 全局变量:永不过期-->
<cache name="CONSTANT"
maxElementsInMemory="50000"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment