public class GuavaCacheStatisticsProvider extends Object implements CacheStatisticsProvider<org.springframework.cache.guava.GuavaCache>
CacheStatisticsProvider implementation for Guava.| Constructor and Description |
|---|
GuavaCacheStatisticsProvider() |
| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
getCacheStatistics(org.springframework.cache.CacheManager cacheManager,
org.springframework.cache.guava.GuavaCache cache)
Return the current
CacheStatistics snapshot for the specified Cache
or null if the given cache could not be handled. |
public CacheStatistics getCacheStatistics(org.springframework.cache.CacheManager cacheManager, org.springframework.cache.guava.GuavaCache cache)
CacheStatisticsProviderCacheStatistics snapshot for the specified Cache
or null if the given cache could not be handled.getCacheStatistics in interface CacheStatisticsProvider<org.springframework.cache.guava.GuavaCache>cacheManager - the CacheManager handling this cachecache - the cache to handlenullCopyright © 2015 Pivotal Software, Inc.. All rights reserved.