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)
CacheStatisticsProvider
CacheStatistics
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 handlenull
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.