@Override
 public boolean tryWriteLock() {
   return store.tryLock();
 }