摘要: 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 阅读全文
posted @ 2017-02-21 14:33 MIC2016 阅读(3209) 评论(0) 推荐(0) 编辑
摘要: 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) {... 阅读全文
posted @ 2017-02-21 10:07 MIC2016 阅读(200) 评论(0) 推荐(0) 编辑