yujian
2019-10-28 dd997e9adacea11795c88d7bbb9903160ba5afd8
缓存
1个文件已修改
8 ■■■■ 已修改文件
fanli/src/main/resource/ehcache.xml 8 ●●●● 补丁 | 查看 | 原始文档 | 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>