Blog信息 |
blog名称:小鸟吹烟 日志总数:157 评论数量:424 留言数量:-1 访问次数:1254515 建立时间:2006年10月23日 |

| |
[Spring 学习专区]AOP 实现spring的二级缓存 随笔, 心得体会, 软件技术
tone 发表于 2007/1/5 9:55:21 |
通过AOP 实现spring的二级缓存 <bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">
<bean id="methodCache" class="org.springframework.cache.ehcache.EhCacheFactoryBean">
ehcache.xml
试验证明,查询效率提高了好几倍 |
|
|