Overrides CacheBackendInterface::invalidateAll
public function invalidateAll() { foreach ($this->storage() ->listAll() as $cidhash) { $this->invalidateByHash($cidhash); } }