2 Star 3 Fork 3

study/schoolshop

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ehcache.xml 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
樊长润 提交于 2016-01-23 20:05 +08:00 . schoolshop
<ehcache>
<diskStore path="d:\\ehcache\"/>
<defaultCache
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="30"
timeToLiveSeconds="30"
overflowToDisk="true"
/>
<cache name="com.schoolcloud.schoolshop.bean.product.Product"
maxElementsInMemory="500"
eternal="false"
timeToIdleSeconds="3000"
timeToLiveSeconds="6000"
overflowToDisk="true"
/>
<cache name="com.schoolcloud.schoolshop.bean.school.School"
maxElementsInMemory="500"
eternal="false"
timeToIdleSeconds="3000"
timeToLiveSeconds="6000"
overflowToDisk="true"
/>
<cache name="com.schoolcloud.schoolshop.bean.admin.Admin"
maxElementsInMemory="1"
eternal="false"
timeToIdleSeconds="30"
timeToLiveSeconds="30"
overflowToDisk="true"
/>
<!-- 设置默认的查询缓存的数据过期策略 -->
<!-- <cache name="org.hibernate.cache.StandardQueryCache"
maxElementsInMemory="50"
eternal="false"
timeToIdleSeconds="3600"
timeToLiveSeconds="7200"
overflowToDisk="true"/> -->
<!-- 设置时间戳缓存的数据过期策略 -->
<!-- <cache name="org.hibernate.cache.UpdateTimestampsCache"
maxElementsInMemory="5000"
eternal="true"
overflowToDisk="true"/> -->
</ehcache>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/MyJavaCode/schoolshop.git
git@gitee.com:MyJavaCode/schoolshop.git
MyJavaCode
schoolshop
schoolshop
master

搜索帮助