yujian
2019-10-28 dd997e9adacea11795c88d7bbb9903160ba5afd8
缓存
1个文件已修改
6 ■■■■■ 已修改文件
fanli/src/main/resource/ehcache.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/resource/ehcache.xml
@@ -268,5 +268,11 @@
        timeToLiveSeconds="1800" overflowToDisk="true"
        memoryStoreEvictionPolicy="LRU" />
        <!-- 红包缓存缓存 -->
    <cache name="redpackCache" maxElementsInMemory="1000"
        maxElementsOnDisk="10000" eternal="false" timeToIdleSeconds="1800"
        timeToLiveSeconds="1800" overflowToDisk="true"
        memoryStoreEvictionPolicy="LRU" />
</ehcache>