privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, function () use ($container): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand { return ($container->privates['console.command.cache_clear'] ?? $container->load('getConsole_Command_CacheClearService')); }); } }