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 classCachingConfigurerSupportAn implementation ofCachingConfigurerwith 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 voidAbstractCachingConfiguration. 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 interfaceJCacheConfigurerExtension ofCachingConfigurerfor the JSR-107 implementation.Classes in org.springframework.cache.jcache.config that implement CachingConfigurer Modifier and Type Class Description classJCacheConfigurerSupportAn extension ofCachingConfigurerSupportthat also implementsJCacheConfigurer.Methods in org.springframework.cache.jcache.config with parameters of type CachingConfigurer Modifier and Type Method Description protected voidAbstractJCacheConfiguration. useCachingConfigurer(CachingConfigurer config)