* @param valBytes Value bytes.
* @param ttl Time to live.
*/
public void addNearWriteEntries(Iterable<UUID> readers, GridDhtCacheEntry<K, V> entry, @Nullable V val,
@Nullable byte[] valBytes, GridClosure<V, V> transformC, long ttl) {
GridCacheWriteSynchronizationMode syncMode = updateReq.writeSynchronizationMode();
keys.add(entry.key());
long topVer = updateReq.topologyVersion();