/
var
/
www
/
html
/
boazapp
/
var
/
cache
/
prod
/
ContainerHNMMpOi
/
Upload File
HOME
<?php namespace ContainerHNMMpOi; use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; use Symfony\Component\DependencyInjection\Exception\RuntimeException; /* * @internal This class has been auto-generated by the Symfony Dependency Injection Component. */ class getConsole_Command_CachePoolPruneService extends App_KernelProdContainer { /* * Gets the private 'console.command.cache_pool_prune' shared service. * * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand */ public static function do($container, $lazyLoad = true) { $container->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () use ($container) { yield 'cache.app' => ($container->services['cache.app'] ?? $container->load('getCache_AppService')); yield 'doctrine.result_cache_pool' => ($container->privates['doctrine.result_cache_pool'] ?? $container->load('getDoctrine_ResultCachePoolService')); }, 2)); $instance->setName('cache:pool:prune'); return $instance; } }