C
- The Cache
typepublic interface CacheStatisticsProvider<C extends Cache>
CacheStatistics
based on a Cache
.Modifier and Type | Method and Description |
---|---|
CacheStatistics |
getCacheStatistics(CacheManager cacheManager,
C cache)
Return the current
CacheStatistics snapshot for the specified Cache
or null if the given cache could not be handled. |
CacheStatistics getCacheStatistics(CacheManager cacheManager, C cache)
CacheStatistics
snapshot for the specified Cache
or null
if the given cache could not be handled.cacheManager
- the CacheManager
handling this cachecache
- the cache to handlenull
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.