setName('example:clear-cache') ->setDescription('Clears cache'); } protected function execute(InputInterface $input, OutputInterface $output) { $this->cache->removeItem('result'); $output->writeln('Cache cleared.'); } }