类 CacheManagerCustomizers
java.lang.Object
org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
Invokes the available
CacheManagerCustomizer
instances in the context for a
given CacheManager
.- 从以下版本开始:
- 1.5.0
- 作者:
- Stephane Nicoll
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明<T extends CacheManager>
Tcustomize
(T cacheManager) Customize the specifiedCacheManager
.
-
构造器详细资料
-
CacheManagerCustomizers
-
-
方法详细资料
-
customize
Customize the specifiedCacheManager
. Locates allCacheManagerCustomizer
beans able to handle the specified instance and invokeCacheManagerCustomizer.customize(CacheManager)
on them.- 类型参数:
T
- the type of cache manager- 参数:
cacheManager
- the cache manager to customize- 返回:
- the cache manager
-