@Override
public <K, C> EntryResponseCommand buildEntryResponseCommand(UUID identifier, Set<Integer> completedSegments,
Set<Integer> inDoubtSegments,
Collection<CacheEntry<K, C>> values) {
return new EntryResponseCommand(cache.getCacheManager().getAddress(), cacheName, identifier, completedSegments,
inDoubtSegments, values);
}