ehcache配置文件

Posted tsugar

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ehcache配置文件相关的知识,希望对你有一定的参考价值。

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配置文件的主要内容,如果未能解决你的问题,请参考以下文章

hibernate二级缓存配置,系统提示找不到ehcache.xml的配置文件

如何在 ehcache 配置文件中注入属性?

Hibernate+EhCache配置二级缓存

ehcache 使用笔记

ehcache 使用笔记

SSM 整合 ehcache spring 配置文件报错