/** {@inheritDoc} */
 @Override
 public GridCacheVersion ownedVersion(IgniteTxKey key) {
   return owned == null ? null : owned.get(key);
 }