Class AbstractCachingConfiguration.CachingConfigurerSupplier
java.lang.Object
org.springframework.cache.annotation.AbstractCachingConfiguration.CachingConfigurerSupplier
- Enclosing class:
 - AbstractCachingConfiguration
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> Supplier<T>adapt(Function<CachingConfigurer, T> provider) Adapt theCachingConfigurersupplier to another supplier provided by the specified mapping function. 
- 
Constructor Details
- 
CachingConfigurerSupplier
 
 - 
 - 
Method Details
- 
adapt
Adapt theCachingConfigurersupplier to another supplier provided by the specified mapping function. If the underlyingCachingConfigurerisnull,nullis 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
 
 
 -