类 AbstractCachingConfiguration.CachingConfigurerSupplier
java.lang.Object
cn.taketoday.cache.annotation.AbstractCachingConfiguration.CachingConfigurerSupplier
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<T> Supplier<T>adapt(Function<CachingConfigurer, T> provider) Adapt theCachingConfigurersupplier to another supplier provided by the specified mapping function.
-
构造器详细资料
-
CachingConfigurerSupplier
-
-
方法详细资料
-
adapt
Adapt theCachingConfigurersupplier to another supplier provided by the specified mapping function. If the underlyingCachingConfigurerisnull,nullis returned and the mapping function is not invoked.- 类型参数:
T- the type of the supplier- 参数:
provider- the provider to use to adapt the supplier- 返回:
- another supplier mapped by the specified function
-