Uses of Class
org.springframework.boot.autoconfigure.cache.CacheProperties
Packages that use CacheProperties
Package
Description
Auto-configuration for the cache abstraction.
-
Uses of CacheProperties in org.springframework.boot.autoconfigure.cache
Methods in org.springframework.boot.autoconfigure.cache with parameters of type CachePropertiesModifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.CacheManagerValidator
CacheAutoConfiguration.cacheAutoConfigurationValidator
(CacheProperties cacheProperties, ObjectProvider<CacheManager> cacheManager) org.infinispan.manager.EmbeddedCacheManager
InfinispanCacheConfiguration.infinispanCacheManager
(CacheProperties cacheProperties, ObjectProvider<org.infinispan.configuration.cache.ConfigurationBuilder> defaultConfigurationBuilder)