See: Description
Interface | Description |
---|---|
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.
|
JCacheManagerCustomizer |
Callback interface that can be implemented by beans wishing to customize the cache
manager before it is used, in particular to create additional caches.
|
Class | Description |
---|---|
CacheAutoConfiguration |
Auto-configuration for the cache abstraction. |
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration | |
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.Infinispan |
Infinispan specific cache properties.
|
CacheProperties.JCache |
JCache (JSR-107) specific cache properties.
|
CacheProperties.Redis |
Redis-specific cache properties.
|
CouchbaseCacheConfiguration |
Couchbase cache configuration.
|
InfinispanCacheConfiguration |
Infinispan cache configuration.
|
Enum | Description |
---|---|
CacheType |
Supported cache types (defined in order of precedence).
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.