Uses of Interface
org.springframework.cache.annotation.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
Modifier and TypeMethodDescription<T> Supplier<T>
AbstractCachingConfiguration.CachingConfigurerSupplier.adapt
(Function<CachingConfigurer, T> provider) Adapt theCachingConfigurer
supplier to another supplier provided by the specified mapping function. -
Uses of CachingConfigurer in org.springframework.cache.jcache.config
Modifier and TypeInterfaceDescriptioninterface
Extension ofCachingConfigurer
for the JSR-107 implementation.Modifier and TypeClassDescriptionclass
Deprecated.as of 6.0 in favor of implementingJCacheConfigurer
directly
CachingConfigurer
directly