services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->load('getCache_AppService.php')), 'cache.system' => ($this->services['cache.system'] ?? $this->load('getCache_SystemService.php')), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->load('getCache_Validator_TraceableService.php')), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->load('getCache_Serializer_TraceableService.php')), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->load('getCache_Messenger_RestartWorkersSignal_TraceableService.php')), 'cache.property_access' => ($this->privates['cache.property_access.traceable'] ?? $this->load('getCache_PropertyAccess_TraceableService.php')), 'cache.doctrine.orm.projects.result' => ($this->privates['cache.doctrine.orm.projects.result.traceable'] ?? $this->load('getCache_Doctrine_Orm_Projects_Result_TraceableService.php')), 'cache.doctrine.orm.projects.query' => ($this->privates['cache.doctrine.orm.projects.query.traceable'] ?? $this->load('getCache_Doctrine_Orm_Projects_Query_TraceableService.php'))]);