cacheFactory->createDistributed('imagePath'); $c->clear(); $output->info('Image cache cleared'); $this->jsCombiner->resetCache(); $output->info('JS cache cleared'); } catch (\Exception $e) { $output->warning('Unable to clear the frontend cache'); } } }