public class MemcachedCacheStatisticsProvider extends java.lang.Object implements org.springframework.boot.actuate.cache.CacheStatisticsProvider<MemcachedCache>
CacheStatisticsProvider.| Constructor and Description |
|---|
MemcachedCacheStatisticsProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.cache.CacheStatistics |
getCacheStatistics(org.springframework.cache.CacheManager cacheManager,
MemcachedCache memcachedCache) |
public org.springframework.boot.actuate.cache.CacheStatistics getCacheStatistics(org.springframework.cache.CacheManager cacheManager,
MemcachedCache memcachedCache)
getCacheStatistics in interface org.springframework.boot.actuate.cache.CacheStatisticsProvider<MemcachedCache>