Class AbstractCachingConfiguration.CachingConfigurerSupplier
java.lang.Object
org.springframework.cache.annotation.AbstractCachingConfiguration.CachingConfigurerSupplier
- Enclosing class:
- AbstractCachingConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> Supplier<T>
adapt
(Function<CachingConfigurer, T> provider) Adapt theCachingConfigurer
supplier to another supplier provided by the specified mapping function.
-
Constructor Details
-
CachingConfigurerSupplier
-
-
Method Details
-
adapt
Adapt theCachingConfigurer
supplier to another supplier provided by the specified mapping function. If the underlyingCachingConfigurer
isnull
,null
is returned and the mapping function is not invoked.- Type Parameters:
T
- the type of the supplier- Parameters:
provider
- the provider to use to adapt the supplier- Returns:
- another supplier mapped by the specified function
-