Package | Description |
---|---|
org.springframework.boot.actuate.cache | |
org.springframework.boot.actuate.endpoint |
Endpoints used to expose actuator information.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJmxCacheStatisticsProvider<C extends org.springframework.cache.Cache>
Base
CacheStatisticsProvider implementation that uses JMX to retrieve the cache
statistics. |
class |
CaffeineCacheStatisticsProvider
CacheStatisticsProvider implementation for Caffeine. |
class |
ConcurrentMapCacheStatisticsProvider
CacheStatisticsProvider implementation for ConcurrentMapCache . |
class |
EhCacheStatisticsProvider
CacheStatisticsProvider implementation for EhCache. |
class |
GuavaCacheStatisticsProvider
Deprecated.
as of 1.5 following the removal of Guava support in Spring Framework 5
|
class |
HazelcastCacheStatisticsProvider
CacheStatisticsProvider implementation for Hazelcast. |
class |
InfinispanCacheStatisticsProvider
CacheStatisticsProvider implementation for Infinispan. |
class |
JCacheCacheStatisticsProvider
CacheStatisticsProvider implementation for a JSR-107 compliant cache. |
Constructor and Description |
---|
CachePublicMetrics(Map<String,org.springframework.cache.CacheManager> cacheManagers,
Collection<CacheStatisticsProvider<?>> statisticsProviders)
Create a new
CachePublicMetrics instance. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.