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

AspectJJCacheConfiguration

@Configuration open class AspectJJCacheConfiguration : AbstractJCacheConfiguration

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

Author
Stephane Nicoll

Since
4.1

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

Constructors

<init>

AspectJJCacheConfiguration()

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

Functions

cacheAspect

open fun cacheAspect(): JCacheCacheAspect