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

mybatis整合ehcache

时间:2017-09-10 22:50:17      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:bsp   cat   element   技术分享   www   seconds   .com   memory   config   

技术分享

技术分享

技术分享

技术分享

技术分享

 

ehcache.xml

<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../config/ehcache.xsd>
    <!-- 缓存到本地磁盘上  的缓存目录 -->
    <!--<diskStore path="F:\develop\ehcache"/>
    -->
    <defaultCache
        maxElementsInMemory="1000"
        maxElementsOnDisk="10000000"
        eternal="false"
        overflowToDisk="false"
        timeToIdleSeconds="120"
        timeToLiveSeconds="120"
        diskExpiryThreadIntervalSeconds="120"
        momoryStoreEvictionPolicy="LRU">
    </defaultCache>
</ehcache>

 

mybatis整合ehcache

标签:bsp   cat   element   技术分享   www   seconds   .com   memory   config   

原文地址:http://www.cnblogs.com/Joke-Jay/p/7502553.html

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