Package | Description |
---|---|
org.springframework.boot.actuate.cache |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheStatistics
A default
CacheStatistics implementation. |
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
CacheStatisticsProvider.getCacheStatistics(CacheManager cacheManager,
C cache)
Return the current
CacheStatistics snapshot for the specified Cache
or null if the given cache could not be handled. |
CacheStatistics |
AbstractJmxCacheStatisticsProvider.getCacheStatistics(CacheManager cacheManager,
C cache) |
CacheStatistics |
ConcurrentMapCacheStatisticsProvider.getCacheStatistics(CacheManager cacheManager,
ConcurrentMapCache cache) |
CacheStatistics |
EhCacheStatisticsProvider.getCacheStatistics(CacheManager cacheManager,
EhCacheCache cache) |
CacheStatistics |
GuavaCacheStatisticsProvider.getCacheStatistics(CacheManager cacheManager,
GuavaCache cache) |
CacheStatistics |
HazelcastCacheStatisticsProvider.getCacheStatistics(CacheManager cacheManager,
com.hazelcast.spring.cache.HazelcastCache cache) |
protected CacheStatistics |
JCacheCacheStatisticsProvider.getCacheStatistics(ObjectName objectName) |
protected CacheStatistics |
InfinispanCacheStatisticsProvider.getCacheStatistics(ObjectName objectName) |
protected abstract CacheStatistics |
AbstractJmxCacheStatisticsProvider.getCacheStatistics(ObjectName objectName)
Return the current
CacheStatistics snapshot from the MBean identified by
the specified ObjectName . |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.