spring-framework / org.springframework.cache.aspectj / AspectJCachingConfiguration

AspectJCachingConfiguration

@Configuration open class AspectJCachingConfiguration : AbstractCachingConfiguration

@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.

Author
Chris Beams

Author
Stephane Nicoll

Since
3.1

See Also
org.springframework.cache.annotation.EnableCachingorg.springframework.cache.annotation.CachingConfigurationSelector

Constructors

<init>

AspectJCachingConfiguration()

@Configuration class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven cache management.

Functions

cacheAspect

open fun cacheAspect(): AnnotationCacheAspect