dataManager = $dataManager; } public function run() { $this->dataManager->clearCache(); echo "Cache has been cleared.\n"; } }