Package org.springframework.boot.autoconfigure.cache
package org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
-
ClassDescriptionCallback interface that can be implemented by beans wishing to customize the default setup for caches added to the manager through addCaches and for dynamically created caches.
Auto-configuration
for the cache abstraction.CacheManagerCustomizer<T extends CacheManager>Callback interface that can be implemented by beans wishing to customize the cache manager before it is fully initialized, in particular to tune its configuration.Invokes the availableCacheManagerCustomizer
instances in the context for a givenCacheManager
.Configuration properties for the cache abstraction.Caffeine specific cache properties.Couchbase specific cache properties.Infinispan specific cache properties.JCache (JSR-107) specific cache properties.Redis-specific cache properties.Supported cache types (defined in order of precedence).Callback interface that can be implemented by beans wishing to customize theCouchbaseCacheManager.CouchbaseCacheManagerBuilder
before it is used to build the auto-configuredCouchbaseCacheManager
.Infinispan cache configuration.Callback interface that can be implemented by beans wishing to customize the cache manager before it is used, in particular to create additional caches.Callback interface that can be used to customize aRedisCacheManager.RedisCacheManagerBuilder
.