@Configuration open class ProxyJCacheConfiguration : AbstractJCacheConfiguration
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven JSR-107 cache management.
Can safely be used alongside Spring's caching support.
Author
Stephane Nicoll
Since
4.1
See Also
org.springframework.cache.annotation.EnableCachingorg.springframework.cache.annotation.CachingConfigurationSelector
ProxyJCacheConfiguration()
Can safely be used alongside Spring's caching support. |
open fun cacheAdvisor(): BeanFactoryJCacheOperationSourceAdvisor |
|
open fun cacheInterceptor(): JCacheInterceptor |