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

CachingConfigurerSupport

open class CachingConfigurerSupport : CachingConfigurer

An implementation of CachingConfigurer with empty methods allowing sub-classes to override only the methods they're interested in.

Author
Stephane Nicoll

Since
4.1

See Also
CachingConfigurer

Constructors

<init>

CachingConfigurerSupport()

An implementation of CachingConfigurer with empty methods allowing sub-classes to override only the methods they're interested in.

Functions

cacheManager

open fun cacheManager(): CacheManager

cacheResolver

open fun cacheResolver(): CacheResolver

errorHandler

open fun errorHandler(): CacheErrorHandler

keyGenerator

open fun keyGenerator(): KeyGenerator

Inheritors

JCacheConfigurerSupport

open class JCacheConfigurerSupport : CachingConfigurerSupport, JCacheConfigurer

An extension of CachingConfigurerSupport that also implements JCacheConfigurer.

Users of JSR-107 annotations may extend from this class rather than implementing from JCacheConfigurer directly.