Tech Notes: Proxy vs AspectJ Caching with Spring
<cache:annotation-driven/>
has a 'mode' attribute which by default is set to 'proxy'. Spring will proxy your annotated beans using Spring's AOP framework. This means that cross cutting will be applied to method calls coming in through the proxy. How can that potentially be a problem?Read full article from Tech Notes: Proxy vs AspectJ Caching with Spring
No comments:
Post a Comment