Overrides PersistingStoreInterface::putOffExpiration
public function putOffExpiration(Key $key, float $ttl) : void { // postgresql locks forever. // check if lock still exists if (!$this->exists($key)) { throw new LockConflictedException(); } }