/**
  * {@inheritdoc}
  */
 public function deleteAll()
 {
     $this->keyValueStore->deleteAll();
     $this->resetCache();
 }