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
CachingConfigurerSupport()
An implementation of CachingConfigurer with empty methods allowing sub-classes to override only the methods they're interested in. |
open fun cacheManager(): CacheManager |
|
open fun cacheResolver(): CacheResolver |
|
open fun errorHandler(): CacheErrorHandler |
|
open fun keyGenerator(): KeyGenerator |
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. |