Class AbstractCachingConfiguration.CachingConfigurerSupplier
java.lang.Object
org.springframework.cache.annotation.AbstractCachingConfiguration.CachingConfigurerSupplier
- Enclosing class:
- AbstractCachingConfiguration
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
adaptAdapt 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
 
 
-