LOGGER.finest("Distributed object ignored for monitoring: " + distributedObject.getName());
}
}
if (cacheServiceEnabled) {
final ICacheService cacheService = getCacheService();
for (CacheConfig cacheConfig : cacheService.getCacheConfigs()) {
if (cacheConfig.isStatisticsEnabled()) {
CacheStatistics statistics = cacheService.getStatistics(cacheConfig.getNameWithPrefix());
count = handleCache(memberState, count, cacheConfig, statistics);
}
}
}
}