*/ return new Success(); } /** @inheritdoc */ public function delete(string $key) : Promise { return new Success(\false); } }