码迷,mamicode.com
首页 > 系统相关 > 详细

ehcache配置文件

时间:2020-02-11 19:31:03      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:enc   pre   overflow   namespace   def   配置   odi   xsd   ace   

ehcache.xml:

<?xml version="1.0" encoding="UTF-8"?>
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ehcache.org/ehcache.xsd">
<!-- 磁盘保存路径 -->
<diskStore path="D:\\ehcache" />

<defaultCache
maxElementsInMemory="10000"
maxElementsOnDisk="10000000"
eternal="false"
overflowToDisk="true"
timeToIdleSeconds="120"
timeToLiveSeconds="120"
diskExpiryThreadIntervalSeconds="120"
memoryStoreEvictionPolicy="LRU">
</defaultCache>
</ehcache>

ehcache配置文件

标签:enc   pre   overflow   namespace   def   配置   odi   xsd   ace   

原文地址:https://www.cnblogs.com/Tsugar/p/12296167.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!