fanli/src/main/resource/ehcache.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
fanli/src/main/resource/ehcache.xml
@@ -267,6 +267,12 @@ maxElementsOnDisk="10000" eternal="false" timeToIdleSeconds="1800" timeToLiveSeconds="1800" overflowToDisk="true" memoryStoreEvictionPolicy="LRU" /> <!-- 红包缓存缓存 --> <cache name="redpackCache" maxElementsInMemory="1000" maxElementsOnDisk="10000" eternal="false" timeToIdleSeconds="1800" timeToLiveSeconds="1800" overflowToDisk="true" memoryStoreEvictionPolicy="LRU" /> </ehcache>