随笔分类 -  SSH2+ehcache

在struts2+spring2.5+hibernate3项目中加入ehcache缓存机制配置代码
摘要:一、核心代码package com.XX.cache.ehcache;import java.lang.reflect.Method;import java.util.List;import net.sf.ehcache.Cache;import org.apache.commons.logging.Log;import org.apache.commons.logging.LogFactory;import org.springframework.aop.AfterReturningAdvice;import org.springframework.beans.factory.Initial 阅读全文
posted @ 2013-08-13 17:54 方坚.cn 阅读(1959) 评论(0) 推荐(0)