setName('clear-cache') ->setDescription('Clears the cache'); } protected function execute(InputInterface $input, OutputInterface $output) { $output->writeln("Clearing cache at '" . Cache::getDirectory() ."'"); Cache::clear(); $output->writeln("Cache cleared"); } }