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:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.cache.annotation.AbstractCachingConfigurationAbstractCachingConfiguration.CachingConfigurerSupplier
- 
Field SummaryFields inherited from class org.springframework.cache.annotation.AbstractCachingConfigurationcacheManager, cacheResolver, enableCaching, errorHandler, keyGenerator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.cache.aspectj.AnnotationCacheAspectMethods inherited from class org.springframework.cache.annotation.AbstractCachingConfigurationsetImportMetadata, useCachingConfigurer
- 
Constructor Details- 
AspectJCachingConfigurationpublic AspectJCachingConfiguration()
 
- 
- 
Method Details- 
cacheAspect
 
-