随笔分类 - Ehcache
摘要:1.jar包 1.1.slf4j-api-1.6.1.jar 1.2.ehcache-2.7.0.jar 1.3.spring-core-3.2.0.RELEASE.jar 1.4.spring-context-3.2.0.RELEASE.jar 2.ehcache.xml 3.springBean
阅读全文
摘要:package com.shy.ehcache; import net.sf.ehcache.Cache; import net.sf.ehcache.CacheManager; import net.sf.ehcache.Element; public class EhcacheDemo { public static void main(String[] args) {...
阅读全文
摘要:一、将 Ehcache.xml 放到 classpath 下 二、整合配置 在 hibernate 数据库连接配置文件中新增如下配置 三、在需要缓存对象的映射文件中添加参数 配置完成可根据项目实际情况进行测试
阅读全文
摘要:1.配置样例 2.属性说明 2.1.diskStore 指定数据存储位置,可指定磁盘中的文件夹位置。样例中配置位置为“d:/ehcache/” 2.2.defaultCache 默认缓存配置 2.3.cache 指定对象的缓存配置,其中 name 属性为指定缓存的名称(必须唯一) 2.4.配置属性中
阅读全文

浙公网安备 33010602011771号