Index
All Classes and Interfaces|All Packages|Serialized Form
B
- bindCacheToRegistry(Cache, Tag...) - Method in class org.springframework.boot.cache.metrics.CacheMetricsRegistrar
-
Attempt to bind the specified
Cacheto the registry. - bindImplementationSpecificMetrics(MeterRegistry) - Method in class org.springframework.boot.cache.metrics.RedisCacheMetrics
C
- cache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Return a
CachesEndpoint.CacheDescriptorfor the specified cache. - cache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension
- Cache2kBuilderCustomizer - Interface in org.springframework.boot.cache.autoconfigure
-
Callback 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.
- Cache2kCacheMeterBinderProvider - Class in org.springframework.boot.cache.metrics
-
CacheMeterBinderProviderimplementation for cache2k. - Cache2kCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.Cache2kCacheMeterBinderProvider
- CacheAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure
-
Auto-configurationfor the cache abstraction. - CacheAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheAutoConfiguration
- CacheDescriptor(String) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheDescriptor
- CacheEntryDescriptor(Cache, String) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheEntryDescriptor
- cacheManager(CacheManagerCustomizers, EmbeddedCacheManager) - Method in class org.springframework.boot.cache.autoconfigure.InfinispanCacheConfiguration
- CacheManagerCustomizer<T> - Interface in org.springframework.boot.cache.autoconfigure
-
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 - Class in org.springframework.boot.cache.autoconfigure
-
Invokes the available
CacheManagerCustomizerinstances in the context for a givenCacheManager. - CacheManagerCustomizers(List) - Constructor for class org.springframework.boot.cache.autoconfigure.CacheManagerCustomizers
- CacheManagerDescriptor(Map) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheManagerDescriptor
- CacheMeterBinderProvider<C> - Interface in org.springframework.boot.cache.metrics
-
Provide a
MeterBinderbased on aCache. - CacheMetricsAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure.metrics
-
Auto-configurationfor metrics on all availablecaches. - CacheMetricsAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.metrics.CacheMetricsAutoConfiguration
- CacheMetricsRegistrar - Class in org.springframework.boot.cache.metrics
-
Register supported
Cacheto aMeterRegistry. - CacheMetricsRegistrar(MeterRegistry, Collection) - Constructor for class org.springframework.boot.cache.metrics.CacheMetricsRegistrar
-
Creates a new registrar.
- CacheProperties - Class in org.springframework.boot.cache.autoconfigure
-
Configuration properties for the cache abstraction.
- CacheProperties() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties
- CacheProperties.Caffeine - Class in org.springframework.boot.cache.autoconfigure
-
Caffeine specific cache properties.
- CacheProperties.Couchbase - Class in org.springframework.boot.cache.autoconfigure
-
Couchbase specific cache properties.
- CacheProperties.Infinispan - Class in org.springframework.boot.cache.autoconfigure
-
Infinispan specific cache properties.
- CacheProperties.JCache - Class in org.springframework.boot.cache.autoconfigure
-
JCache (JSR-107) specific cache properties.
- CacheProperties.Redis - Class in org.springframework.boot.cache.autoconfigure
-
Redis-specific cache properties.
- caches() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Return a
CachesEndpoint.CachesDescriptorof all availablecaches. - CachesDescriptor(Map) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CachesDescriptor
- CachesEndpoint - Class in org.springframework.boot.cache.actuate.endpoint
-
@Endpointto expose availablecaches. - CachesEndpoint(Map) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Create a new endpoint with the
CacheManagerinstances to use. - CachesEndpoint.CacheDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
-
Description of a
Cache. - CachesEndpoint.CacheEntryDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
-
Description of a
Cacheentry. - CachesEndpoint.CacheManagerDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
-
Description of a
CacheManager. - CachesEndpoint.CachesDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
-
Description of the caches.
- CachesEndpointAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure
-
Auto-configurationforCachesEndpoint. - CachesEndpointAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.CachesEndpointAutoConfiguration
- CachesEndpointWebExtension - Class in org.springframework.boot.cache.actuate.endpoint
-
@EndpointWebExtensionfor theCachesEndpoint. - CachesEndpointWebExtension(CachesEndpoint) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension
- Caffeine() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties.Caffeine
- CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.cache.metrics
-
CacheMeterBinderProviderimplementation for Caffeine. - CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.CaffeineCacheMeterBinderProvider
- clearCache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Clear the specific
Cache. - clearCache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension
- clearCaches() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Clear all the available
caches. - Couchbase() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties.Couchbase
- CouchbaseCacheManagerBuilderCustomizer - Interface in org.springframework.boot.cache.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
CouchbaseCacheManager.CouchbaseCacheManagerBuilderto fine-tune its auto-configuration before it is used to build the auto-configuredCouchbaseCacheManager. - customize(Properties) - Method in interface org.springframework.boot.cache.autoconfigure.JCachePropertiesCustomizer
-
Customize the properties.
- customize(CacheManager) - Method in interface org.springframework.boot.cache.autoconfigure.JCacheManagerCustomizer
-
Customize the cache manager.
- customize(Cache2kBuilder) - Method in interface org.springframework.boot.cache.autoconfigure.Cache2kBuilderCustomizer
-
Customize the default cache settings.
- customize(CouchbaseCacheManager.CouchbaseCacheManagerBuilder) - Method in interface org.springframework.boot.cache.autoconfigure.CouchbaseCacheManagerBuilderCustomizer
-
Customize the
CouchbaseCacheManager.CouchbaseCacheManagerBuilder. - customize(RedisCacheManager.RedisCacheManagerBuilder) - Method in interface org.springframework.boot.cache.autoconfigure.RedisCacheManagerBuilderCustomizer
-
Customize the
RedisCacheManager.RedisCacheManagerBuilder. - customize(T) - Method in interface org.springframework.boot.cache.autoconfigure.CacheManagerCustomizer
-
Customize the cache manager.
- customize(T) - Method in class org.springframework.boot.cache.autoconfigure.CacheManagerCustomizers
-
Customize the specified
CacheManager.
E
- evictionCount() - Method in class org.springframework.boot.cache.metrics.RedisCacheMetrics
G
- getAdditionalTags(Cache) - Method in class org.springframework.boot.cache.metrics.CacheMetricsRegistrar
-
Return additional
tagsto be associated with the givenCache. - getCacheManager() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheEntryDescriptor
- getCacheManagerNames() - Method in exception class org.springframework.boot.cache.actuate.endpoint.NonUniqueCacheException
- getCacheManagers() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CachesDescriptor
- getCacheName() - Method in exception class org.springframework.boot.cache.actuate.endpoint.NonUniqueCacheException
- getCacheNames() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
- getCaches() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheManagerDescriptor
- getCaffeine() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
- getConfig() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Infinispan
- getConfig() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.JCache
- getCouchbase() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
- getExpiration() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Couchbase
- getInfinispan() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
- getJcache() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
- getKeyPrefix() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- getMeterBinder(HazelcastCache, Iterable) - Method in class org.springframework.boot.cache.metrics.HazelcastCacheMeterBinderProvider
- getMeterBinder(C, Iterable) - Method in interface org.springframework.boot.cache.metrics.CacheMeterBinderProvider
-
Return the
MeterBindermanaging the specifiedCacheornullif the specifiedCacheis not supported. - getMeterBinder(SpringCache2kCache, Iterable) - Method in class org.springframework.boot.cache.metrics.Cache2kCacheMeterBinderProvider
- getMeterBinder(CaffeineCache, Iterable) - Method in class org.springframework.boot.cache.metrics.CaffeineCacheMeterBinderProvider
- getMeterBinder(JCacheCache, Iterable) - Method in class org.springframework.boot.cache.metrics.JCacheCacheMeterBinderProvider
- getMeterBinder(RedisCache, Iterable) - Method in class org.springframework.boot.cache.metrics.RedisCacheMeterBinderProvider
- getName() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheEntryDescriptor
- getProvider() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.JCache
- getRedis() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
- getSpec() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Caffeine
- getTarget() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheDescriptor
-
Return the fully qualified name of the native cache.
- getTimeToLive() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- getType() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
H
- HazelcastCacheMeterBinderProvider - Class in org.springframework.boot.cache.metrics
-
CacheMeterBinderProviderimplementation for Hazelcast. - HazelcastCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.HazelcastCacheMeterBinderProvider
- hitCount() - Method in class org.springframework.boot.cache.metrics.RedisCacheMetrics
I
- Infinispan() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties.Infinispan
- InfinispanCacheConfiguration - Class in org.springframework.boot.cache.autoconfigure
-
Infinispan cache configuration.
- InfinispanCacheConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.InfinispanCacheConfiguration
- infinispanCacheManager(CacheProperties, ObjectProvider) - Method in class org.springframework.boot.cache.autoconfigure.InfinispanCacheConfiguration
- isCacheNullValues() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- isEnableStatistics() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- isUseKeyPrefix() - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
J
- JCache() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties.JCache
- JCacheCacheMeterBinderProvider - Class in org.springframework.boot.cache.metrics
-
CacheMeterBinderProviderimplementation for JCache. - JCacheCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.JCacheCacheMeterBinderProvider
- JCacheManagerCustomizer - Interface in org.springframework.boot.cache.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the cache manager before it is used, in particular to create additional caches.
- JCachePropertiesCustomizer - Interface in org.springframework.boot.cache.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the properties used by the
CachingProviderto create theCacheManager.
M
- missCount() - Method in class org.springframework.boot.cache.metrics.RedisCacheMetrics
N
- NonUniqueCacheException - Exception Class in org.springframework.boot.cache.actuate.endpoint
-
Exception thrown when multiple caches exist with the same name.
- NonUniqueCacheException(String, Collection) - Constructor for exception class org.springframework.boot.cache.actuate.endpoint.NonUniqueCacheException
O
- org.springframework.boot.cache.actuate.endpoint - package org.springframework.boot.cache.actuate.endpoint
-
Actuator endpoint for caches.
- org.springframework.boot.cache.autoconfigure - package org.springframework.boot.cache.autoconfigure
-
Auto-configuration for the cache abstraction.
- org.springframework.boot.cache.autoconfigure.metrics - package org.springframework.boot.cache.autoconfigure.metrics
-
Auto-configuration for the cache abstraction metrics.
- org.springframework.boot.cache.metrics - package org.springframework.boot.cache.metrics
-
Metrics for caches.
P
- putCount() - Method in class org.springframework.boot.cache.metrics.RedisCacheMetrics
R
- Redis() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- RedisCacheManagerBuilderCustomizer - Interface in org.springframework.boot.cache.autoconfigure
-
Callback interface that can be used to customize a
RedisCacheManager.RedisCacheManagerBuilder. - RedisCacheMeterBinderProvider - Class in org.springframework.boot.cache.metrics
-
CacheMeterBinderProviderimplementation for Redis. - RedisCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.RedisCacheMeterBinderProvider
- RedisCacheMetrics - Class in org.springframework.boot.cache.metrics
-
CacheMeterBinderforRedisCache. - RedisCacheMetrics(RedisCache, Iterable) - Constructor for class org.springframework.boot.cache.metrics.RedisCacheMetrics
- resolveConfigLocation(Resource) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
-
Resolve the config location if set.
S
- setCacheNames(List) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
- setCacheNullValues(boolean) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- setConfig(Resource) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Infinispan
- setConfig(Resource) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.JCache
- setEnableStatistics(boolean) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- setExpiration(Duration) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Couchbase
- setKeyPrefix(String) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- setProvider(String) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.JCache
- setSpec(String) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Caffeine
- setTimeToLive(Duration) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- setType(CacheType) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties
- setUseKeyPrefix(boolean) - Method in class org.springframework.boot.cache.autoconfigure.CacheProperties.Redis
- size() - Method in class org.springframework.boot.cache.metrics.RedisCacheMetrics
All Classes and Interfaces|All Packages|Serialized Form