cacheClearer = $cacheClearer; } /** * @throws Error */ public function run(): void { $this->cacheClearer->clear(); } }