setName('mautic:cache:clear'); } protected function execute(InputInterface $input, OutputInterface $output): int { return (int) !$this->cacheProvider->clear(); } protected static $defaultDescription = 'Clears Mautic\'s cache'; }