首页 > 系统服务 > 详细

mybatis整合ehcache

时间:2017-09-10 22:33:24      阅读:233      评论:0      收藏:0      [点我收藏+]

技术分享

技术分享

技术分享

技术分享

技术分享

 

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!