services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () use ($container) { if (isset($container->services['cache.app'])) { yield 'cache.app' => ($container->services['cache.app'] ?? null); } if (isset($container->services['cache.system'])) { yield 'cache.system' => ($container->services['cache.system'] ?? null); } if (false) { yield 'cache.validator' => null; } if (false) { yield 'cache.serializer' => null; } if (isset($container->privates['cache.annotations'])) { yield 'cache.annotations' => ($container->privates['cache.annotations'] ?? null); } if (false) { yield 'cache.property_info' => null; } }, function () use ($container) { return 0 + (int) (isset($container->services['cache.app'])) + (int) (isset($container->services['cache.system'])) + (int) (false) + (int) (false) + (int) (isset($container->privates['cache.annotations'])) + (int) (false); }), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset']]); } }