cache = $cache; } public function clear(): void { if ($this->cache->clear()) { return; } throw new \RuntimeException('Failed to clear cache.'); } }