Class AspectJJCacheConfiguration

All Implemented Interfaces:
Aware, ImportAware

@Configuration(proxyBeanMethods=false) @Role(2) public class AspectJJCacheConfiguration extends AbstractJCacheConfiguration
@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management for standard JSR-107 annotations.
Since:
4.1
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • AspectJJCacheConfiguration

      public AspectJJCacheConfiguration()
  • Method Details

    • cacheAspect

      @Bean(name="org.springframework.cache.config.internalJCacheAspect") @Role(2) public org.springframework.cache.aspectj.JCacheCacheAspect cacheAspect(JCacheOperationSource jCacheOperationSource)