public class HazelcastCacheStatisticsProvider extends Object implements CacheStatisticsProvider<com.hazelcast.spring.cache.HazelcastCache>
CacheStatisticsProvider implementation for Hazelcast.| Constructor and Description |
|---|
HazelcastCacheStatisticsProvider() |
| Modifier and Type | Method and Description |
|---|---|
CacheStatistics |
getCacheStatistics(CacheManager cacheManager,
com.hazelcast.spring.cache.HazelcastCache 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, com.hazelcast.spring.cache.HazelcastCache cache)
CacheStatisticsProviderCacheStatistics snapshot for the specified Cache
or null if the given cache could not be handled.getCacheStatistics in interface CacheStatisticsProvider<com.hazelcast.spring.cache.HazelcastCache>cacheManager - the CacheManager handling this cachecache - the cache to handlenullCopyright © 2017 Pivotal Software, Inc.. All rights reserved.