Uses of Interface
org.springframework.boot.cache.autoconfigure.CacheManagerCustomizer
Packages that use CacheManagerCustomizer
Package
Description
Auto-configuration for the cache abstraction.
-
Uses of CacheManagerCustomizer in org.springframework.boot.cache.autoconfigure
Method parameters in org.springframework.boot.cache.autoconfigure with type arguments of type CacheManagerCustomizerModifier and TypeMethodDescriptionCacheAutoConfiguration.cacheManagerCustomizers
(ObjectProvider<CacheManagerCustomizer<?>> customizers) Constructor parameters in org.springframework.boot.cache.autoconfigure with type arguments of type CacheManagerCustomizerModifierConstructorDescriptionCacheManagerCustomizers
(List<? extends CacheManagerCustomizer<?>> customizers)