Class AspectJJCacheConfiguration
java.lang.Object
org.springframework.cache.annotation.AbstractCachingConfiguration
org.springframework.cache.jcache.config.AbstractJCacheConfiguration
org.springframework.cache.aspectj.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:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.cache.annotation.AbstractCachingConfigurationAbstractCachingConfiguration.CachingConfigurerSupplier
- 
Field SummaryFields inherited from class org.springframework.cache.jcache.config.AbstractJCacheConfigurationexceptionCacheResolverFields inherited from class org.springframework.cache.annotation.AbstractCachingConfigurationcacheManager, cacheResolver, enableCaching, errorHandler, keyGenerator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.cache.aspectj.JCacheCacheAspectcacheAspect(JCacheOperationSource jCacheOperationSource) Methods inherited from class org.springframework.cache.jcache.config.AbstractJCacheConfigurationcacheOperationSource, useCachingConfigurerMethods inherited from class org.springframework.cache.annotation.AbstractCachingConfigurationsetImportMetadata
- 
Constructor Details- 
AspectJJCacheConfigurationpublic AspectJJCacheConfiguration()
 
- 
- 
Method Details- 
cacheAspect@Bean(name="org.springframework.cache.config.internalJCacheAspect") @Role(2) public org.springframework.cache.aspectj.JCacheCacheAspect cacheAspect(JCacheOperationSource jCacheOperationSource) 
 
-