Uses of Interface
org.springframework.cache.annotation.CachingConfigurer
Packages that use CachingConfigurer Package Description org.springframework.cache.annotation Annotations and supporting classes for declarative cache management.org.springframework.cache.jcache.config Support package for declarative JSR-107 caching configuration.Uses of CachingConfigurer in org.springframework.cache.annotation
Classes in org.springframework.cache.annotation that implement CachingConfigurer Modifier and Type Class Description class
CachingConfigurerSupport
An implementation ofCachingConfigurer
with empty methods allowing sub-classes to override only the methods they're interested in.Methods in org.springframework.cache.annotation with parameters of type CachingConfigurer Modifier and Type Method Description protected void
AbstractCachingConfiguration. useCachingConfigurer(CachingConfigurer config)
Extract the configuration from the nominatedCachingConfigurer
.Uses of CachingConfigurer in org.springframework.cache.jcache.config
Subinterfaces of CachingConfigurer in org.springframework.cache.jcache.config Modifier and Type Interface Description interface
JCacheConfigurer
Extension ofCachingConfigurer
for the JSR-107 implementation.Classes in org.springframework.cache.jcache.config that implement CachingConfigurer Modifier and Type Class Description class
JCacheConfigurerSupport
An extension ofCachingConfigurerSupport
that also implementsJCacheConfigurer
.Methods in org.springframework.cache.jcache.config with parameters of type CachingConfigurer Modifier and Type Method Description protected void
AbstractJCacheConfiguration. useCachingConfigurer(CachingConfigurer config)