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