public class EhCacheStatisticsProvider extends Object implements CacheStatisticsProvider<EhCacheCache>
CacheStatisticsProvider
implementation for EhCache.Constructor and Description |
---|
EhCacheStatisticsProvider() |
Modifier and Type | Method and Description |
---|---|
CacheStatistics |
getCacheStatistics(CacheManager cacheManager,
EhCacheCache cache)
Return the current
CacheStatistics snapshot for the specified Cache
or null if the given cache could not be handled. |
public CacheStatistics getCacheStatistics(CacheManager cacheManager, EhCacheCache cache)
CacheStatisticsProvider
CacheStatistics
snapshot for the specified Cache
or null
if the given cache could not be handled.getCacheStatistics
in interface CacheStatisticsProvider<EhCacheCache>
cacheManager
- the CacheManager
handling this cachecache
- the cache to handlenull
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.