privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($container->services['cache.global_clearer'] ?? $container->load('getCache_GlobalClearerService'))); $instance->setName('cache:pool:clear'); $instance->setDescription('Clear cache pools'); return $instance; } }