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 TypeMethodDescriptionAbstractCachingConfiguration.CachingConfigurerSupplier.adapt
(Function<CachingConfigurer, ? extends @Nullable T> provider) Adapt theCachingConfigurer
supplier to another supplier provided by the specified mapping function.ModifierConstructorDescriptionCachingConfigurerSupplier
(Supplier<? extends @Nullable CachingConfigurer> supplier) -
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