Overrides PersistingStoreInterface::save
public function save(Key $key) : void { if ($this->exists($key)) { return; } $resource = $this->getKeyResource($key); $token = $this->getUniqueToken($key); $this->createNewLock($resource, $token); $key->markUnserializable(); $this->checkNotExpired($key); }