Package | Description |
---|---|
org.springframework.boot.autoconfigure.cache |
Auto-configuration for the cache abstraction.
|
Class and Description |
---|
CacheManagerCustomizer
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.
|
CacheManagerCustomizers
Invokes the available
CacheManagerCustomizer instances in the context for a
given CacheManager . |
CacheProperties
Configuration properties for the cache abstraction.
|
CacheProperties.Caffeine
Caffeine specific cache properties.
|
CacheProperties.Couchbase
Couchbase specific cache properties.
|
CacheProperties.EhCache
EhCache specific cache properties.
|
CacheProperties.Guava
Guava specific cache properties.
|
CacheProperties.Hazelcast
Deprecated.
|
CacheProperties.Infinispan
Infinispan specific cache properties.
|
CacheProperties.JCache
JCache (JSR-107) specific cache properties.
|
CacheType
Supported cache types (defined in order of precedence).
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.