privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () { yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->load('getCache_Validator_TraceableService.php')); yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->load('getCache_Serializer_TraceableService.php')); yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()); yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->load('getCache_Messenger_RestartWorkersSignal_TraceableService.php')); yield 'cache.property_access.traceable' => ($this->privates['cache.property_access.traceable'] ?? $this->load('getCache_PropertyAccess_TraceableService.php')); yield 'cache.doctrine.orm.projects.result.traceable' => ($this->privates['cache.doctrine.orm.projects.result.traceable'] ?? $this->load('getCache_Doctrine_Orm_Projects_Result_TraceableService.php')); yield 'cache.doctrine.orm.projects.query.traceable' => ($this->privates['cache.doctrine.orm.projects.query.traceable'] ?? $this->load('getCache_Doctrine_Orm_Projects_Query_TraceableService.php')); yield 'cache.app' => ($this->services['cache.app'] ?? $this->load('getCache_AppService.php')); yield 'cache.system' => ($this->services['cache.system'] ?? $this->load('getCache_SystemService.php')); }, 9)); $instance->setName('cache:pool:prune'); return $instance;