<?php

namespace ContainerRYWeSXx;

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 getDocumentCacheInvalidationListenerService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\EventListener\DocumentCacheInvalidationListener' shared autowired service.
     *
     * @return \App\EventListener\DocumentCacheInvalidationListener
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\EventListener\\DocumentCacheInvalidationListener'] = new \App\EventListener\DocumentCacheInvalidationListener(($container->privates['cache.deposit_search'] ?? $container->load('getCache_DepositSearchService')), ($container->privates['cache.touliv_routing'] ?? $container->load('getCache_ToulivRoutingService')), ($container->privates['cache.touliv_label'] ?? $container->load('getCache_ToulivLabelService')), ($container->privates['cache.formula_configuration'] ?? $container->load('getCache_FormulaConfigurationService')));
    }
}
