使用spring aop对web 应用数据进行memcached缓存
继续 上一章节[Memcached 入门-介绍-使用-优化 ]
?
http://leiwuluan.iteye.com/blog/1173402
一、下面主要 实现spring aop 对web 应用数据 进行缓存存取。
?
说到aop 大家就会想到使用spring 的aop进行切面进行对web Action 的方法进行控制。
下图是实现的流程:
?
?
####
这边用到spring的两个类,简单介绍:
1、1 org.springframework.aop.framework.ProxyFactoryBean
?
spring 这个类可以代理目标类的所有方法。
?
?
_studentRestService里面的所有方法将会被 surroundAdvice 给拦截。
?
?
spring 代理可以看看这位仁兄的:http://ajava.org/readbook/open/springrmdjt/15705.html
?
?
---------------------------------------------------------
?
缓存数据处理时间:
?
待续...........................
?
?
?
?
?
?
?
1 楼 qq123zhz 2011-09-21 如何处理脏数据。。。