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 Summary
Nested classes/interfaces inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration
AbstractCachingConfiguration.CachingConfigurerSupplier
-
Field Summary
Fields inherited from class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
exceptionCacheResolver
Fields inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration
cacheManager, cacheResolver, enableCaching, errorHandler, keyGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cache.aspectj.JCacheCacheAspect
cacheAspect
(JCacheOperationSource jCacheOperationSource) Methods inherited from class org.springframework.cache.jcache.config.AbstractJCacheConfiguration
cacheOperationSource, useCachingConfigurer
Methods inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration
setImportMetadata
-
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)
-