}
private void resetStreamSummary(Cache<?, ?> cache) {
CacheUsageInterceptor summaryInterceptor = getTopKey(cache);
Assert.assertNotNull(summaryInterceptor);
summaryInterceptor.resetStatistics();
}
private void assertTopKeyAccesses(Cache<?, ?> cache, Object key, long expected, boolean readAccesses) {
CacheUsageInterceptor summaryInterceptor = getTopKey(cache);
boolean isLocal = isOwner(cache, key);