Uses of Interface
org.springframework.cache.annotation.CachingConfigurer
Packages that use CachingConfigurer
Package
Description
Annotations and supporting classes for declarative cache management.
Support package for declarative JSR-107 caching configuration.
-
Uses of CachingConfigurer in org.springframework.cache.annotation
Classes in org.springframework.cache.annotation that implement CachingConfigurerMethod parameters in org.springframework.cache.annotation with type arguments of type CachingConfigurerModifier and TypeMethodDescription<T> Supplier<T>
AbstractCachingConfiguration.CachingConfigurerSupplier.adapt
(Function<CachingConfigurer, T> provider) Adapt theCachingConfigurer
supplier to another supplier provided by the specified mapping function.Constructor parameters in org.springframework.cache.annotation with type arguments of type CachingConfigurer -
Uses of CachingConfigurer in org.springframework.cache.jcache.config
Subinterfaces of CachingConfigurer in org.springframework.cache.jcache.configModifier and TypeInterfaceDescriptioninterface
Extension ofCachingConfigurer
for the JSR-107 implementation.Classes in org.springframework.cache.jcache.config that implement CachingConfigurerModifier and TypeClassDescriptionclass
Deprecated.as of 6.0 in favor of implementingJCacheConfigurer
directly
CachingConfigurer
directly