if (ice != null || clusterModeWriteSkewCheck) {
mvccEntry = wrapInternalCacheEntryForPut(ctx, key, ice, providedMetadata, skipRead);
}
}
if (mvccEntry != null)
mvccEntry.copyForUpdate(container);
return mvccEntry;
}
protected MVCCEntry createWrappedEntry(Object key, CacheEntry cacheEntry, InvocationContext context,
Metadata providedMetadata, boolean isForInsert, boolean forRemoval, boolean skipRead) {