Class AspectJCachingConfiguration

java.lang.Object
org.springframework.cache.annotation.AbstractCachingConfiguration
org.springframework.cache.aspectj.AspectJCachingConfiguration
All Implemented Interfaces:
Aware, ImportAware

@Configuration(proxyBeanMethods=false) @Role(2) public class AspectJCachingConfiguration extends AbstractCachingConfiguration
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.
Since:
3.1
Author:
Chris Beams, Stephane Nicoll, Juergen Hoeller
See Also:
  • Constructor Details

    • AspectJCachingConfiguration

      public AspectJCachingConfiguration()
  • Method Details

    • cacheAspect

      @Bean(name="org.springframework.cache.config.internalCacheAspect") @Role(2) public org.springframework.cache.aspectj.AnnotationCacheAspect cacheAspect()