Index

B C E G H I J M N O P R S 
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 Cache to 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.CacheDescriptor for 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
CacheMeterBinderProvider implementation for cache2k.
Cache2kCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.Cache2kCacheMeterBinderProvider
 
CacheAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure
Auto-configuration for 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 CacheManagerCustomizer instances in the context for a given CacheManager.
CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - Constructor for class org.springframework.boot.cache.autoconfigure.CacheManagerCustomizers
 
CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheManagerDescriptor
 
CacheMeterBinderProvider<C> - Interface in org.springframework.boot.cache.metrics
Provide a MeterBinder based on a Cache.
CacheMetricsAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure.metrics
Auto-configuration for metrics on all available caches.
CacheMetricsAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.metrics.CacheMetricsAutoConfiguration
 
CacheMetricsRegistrar - Class in org.springframework.boot.cache.metrics
Register supported Cache to a MeterRegistry.
CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - 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.CachesDescriptor of all available caches.
CachesDescriptor(Map<String, CachesEndpoint.CacheManagerDescriptor>) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CachesDescriptor
 
CachesEndpoint - Class in org.springframework.boot.cache.actuate.endpoint
@Endpoint to expose available caches.
CachesEndpoint(Map<String, CacheManager>) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
Create a new endpoint with the CacheManager instances 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 Cache entry.
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.endpoint
Auto-configuration for CachesEndpoint.
CachesEndpointAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.endpoint.CachesEndpointAutoConfiguration
 
CachesEndpointWebExtension - Class in org.springframework.boot.cache.actuate.endpoint
@EndpointWebExtension for the CachesEndpoint.
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
CacheMeterBinderProvider implementation 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.CouchbaseCacheManagerBuilder to fine-tune its auto-configuration before it is used to build the auto-configured CouchbaseCacheManager.
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 tags to be associated with the given Cache.
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<Tag>) - Method in class org.springframework.boot.cache.metrics.HazelcastCacheMeterBinderProvider
 
getMeterBinder(C, Iterable<Tag>) - Method in interface org.springframework.boot.cache.metrics.CacheMeterBinderProvider
Return the MeterBinder managing the specified Cache or null if the specified Cache is not supported.
getMeterBinder(SpringCache2kCache, Iterable<Tag>) - Method in class org.springframework.boot.cache.metrics.Cache2kCacheMeterBinderProvider
 
getMeterBinder(CaffeineCache, Iterable<Tag>) - Method in class org.springframework.boot.cache.metrics.CaffeineCacheMeterBinderProvider
 
getMeterBinder(JCacheCache, Iterable<Tag>) - Method in class org.springframework.boot.cache.metrics.JCacheCacheMeterBinderProvider
 
getMeterBinder(RedisCache, Iterable<Tag>) - 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
CacheMeterBinderProvider implementation 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<ConfigurationBuilder>) - 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
CacheMeterBinderProvider implementation 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 CachingProvider to create the CacheManager.

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<String>) - 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.endpoint - package org.springframework.boot.cache.autoconfigure.endpoint
Auto-configuration for the cache abstraction endpoints.
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
CacheMeterBinderProvider implementation for Redis.
RedisCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.RedisCacheMeterBinderProvider
 
RedisCacheMetrics - Class in org.springframework.boot.cache.metrics
CacheMeterBinder for RedisCache.
RedisCacheMetrics(RedisCache, Iterable<Tag>) - 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<String>) - 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
 
B C E G H I J M N O P R S 
All Classes and Interfaces|All Packages|Serialized Form