|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.cache.annotation.AbstractCachingConfiguration org.springframework.cache.aspectj.AspectJCachingConfiguration
@Configuration public class AspectJCachingConfiguration
@Configuration
class that registers the Spring infrastructure beans necessary
to enable AspectJ-based annotation-driven cache management.
EnableCaching
,
CachingConfigurationSelector
Field Summary |
---|
Fields inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration |
---|
cacheManager, enableCaching, keyGenerator |
Constructor Summary | |
---|---|
AspectJCachingConfiguration()
|
Method Summary | |
---|---|
AnnotationCacheAspect |
cacheAspect()
|
Methods inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration |
---|
reconcileCacheManager, setImportMetadata |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AspectJCachingConfiguration()
Method Detail |
---|
@Bean(name="org.springframework.cache.config.internalCacheAspect") @Role(value=2) public AnnotationCacheAspect cacheAspect()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |