<?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 getConsole_Command_CachePoolInvalidateTagsService extends App_KernelProdContainer
{
    /*
     * Gets the private 'console.command.cache_pool_invalidate_tags' shared service.
     *
     * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['console.command.cache_pool_invalidate_tags'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
            'cache.app' => ['privates', 'cache.app.taggable', 'getCache_App_TaggableService', true],
            'cache.http_client.pool' => ['privates', 'cache.http_client', 'getCache_HttpClientService', true],
            'cache.custom' => ['privates', '.cache.custom.taggable', 'get_Cache_Custom_TaggableService', true],
            'cache.rate_limiter' => ['privates', '.cache.rate_limiter.taggable', 'get_Cache_RateLimiter_TaggableService', true],
            'cache.deposit_search' => ['privates', '.cache.deposit_search.taggable', 'get_Cache_DepositSearch_TaggableService', true],
            'cache.touliv_routing' => ['privates', '.cache.touliv_routing.taggable', 'get_Cache_ToulivRouting_TaggableService', true],
            'cache.touliv_label' => ['privates', '.cache.touliv_label.taggable', 'get_Cache_ToulivLabel_TaggableService', true],
            'cache.formula_configuration' => ['privates', '.cache.formula_configuration.taggable', 'get_Cache_FormulaConfiguration_TaggableService', true],
            'cache.logistic_constants' => ['privates', '.cache.logistic_constants.taggable', 'get_Cache_LogisticConstants_TaggableService', true],
            'doctrine_mongodb.system_cache_pool' => ['privates', '.doctrine_mongodb.system_cache_pool.taggable', 'get_DoctrineMongodb_SystemCachePool_TaggableService', true],
        ], [
            'cache.app' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
            'cache.http_client.pool' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
            'cache.custom' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
            'cache.rate_limiter' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
            'cache.deposit_search' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
            'cache.touliv_routing' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
            'cache.touliv_label' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
            'cache.formula_configuration' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
            'cache.logistic_constants' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
            'doctrine_mongodb.system_cache_pool' => 'Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter',
        ]));

        $instance->setName('cache:pool:invalidate-tags');
        $instance->setDescription('Invalidate cache tags for all or a specific pool');

        return $instance;
    }
}
