<?php

namespace ContainerYbU9dcX;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getCacheInvalidatorControllerService extends App_KernelProdContainer
{
    /*
     * Gets the public 'App\Engine\Cache\CacheInvalidatorController' shared autowired service.
     *
     * @return \App\Engine\Cache\CacheInvalidatorController
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['App\\Engine\\Cache\\CacheInvalidatorController'] = $instance = new \App\Engine\Cache\CacheInvalidatorController();

        $instance->setContainer(($container->privates['.service_locator.TJNRSaV'] ?? $container->load('get_ServiceLocator_TJNRSaVService'))->withContext('App\\Engine\\Cache\\CacheInvalidatorController', $container));

        return $instance;
    }
}
