/** {@inheritDoc} */
 @Override
 public boolean isLocked(K key) {
   return super.isLocked(key) || dht.isLocked(key);
 }