spring-framework / org.springframework.cache.annotation / ProxyCachingConfiguration

ProxyCachingConfiguration

@Configuration open class ProxyCachingConfiguration : AbstractCachingConfiguration

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

Author
Chris Beams

Since
3.1

See Also
EnableCachingCachingConfigurationSelector

Constructors

<init>

ProxyCachingConfiguration()

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

Functions

cacheAdvisor

open fun cacheAdvisor(): BeanFactoryCacheOperationSourceAdvisor

cacheInterceptor

open fun cacheInterceptor(): CacheInterceptor

cacheOperationSource

open fun cacheOperationSource(): CacheOperationSource