<?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 getCache_GlobalClearerService extends App_KernelProdContainer
{
    /*
     * Gets the public 'cache.global_clearer' shared service.
     *
     * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($container->services['cache.app'] ?? $container->load('getCache_AppService')), 'cache.system' => ($container->services['cache.system'] ?? $container->load('getCache_SystemService')), 'cache.validator' => ($container->privates['cache.validator'] ?? self::getCache_ValidatorService($container)), 'cache.serializer' => ($container->privates['cache.serializer'] ?? self::getCache_SerializerService($container)), 'cache.property_info' => ($container->privates['cache.property_info'] ?? self::getCache_PropertyInfoService($container)), 'cache.messenger.restart_workers_signal' => ($container->privates['cache.messenger.restart_workers_signal'] ?? $container->load('getCache_Messenger_RestartWorkersSignalService')), 'cache.http_client.pool' => ($container->services['cache.http_client.pool'] ?? $container->load('getCache_HttpClient_PoolService')), 'cache.rate_limiter' => ($container->privates['cache.rate_limiter'] ?? self::getCache_RateLimiterService($container)), 'cache.custom' => ($container->privates['cache.custom'] ?? self::getCache_CustomService($container)), 'cache.deposit_search' => ($container->privates['cache.deposit_search'] ?? $container->load('getCache_DepositSearchService')), 'cache.touliv_routing' => ($container->privates['cache.touliv_routing'] ?? $container->load('getCache_ToulivRoutingService')), 'cache.touliv_label' => ($container->privates['cache.touliv_label'] ?? $container->load('getCache_ToulivLabelService')), 'cache.formula_configuration' => ($container->privates['cache.formula_configuration'] ?? $container->load('getCache_FormulaConfigurationService')), 'cache.logistic_constants' => ($container->privates['cache.logistic_constants'] ?? $container->load('getCache_LogisticConstantsService')), 'doctrine_mongodb.system_cache_pool' => ($container->privates['doctrine_mongodb.system_cache_pool'] ?? $container->load('getDoctrineMongodb_SystemCachePoolService')), 'cache.property_access' => ($container->privates['cache.property_access'] ?? self::getCache_PropertyAccessService($container)), 'cache.validator_expression_language' => ($container->services['cache.validator_expression_language'] ?? $container->load('getCache_ValidatorExpressionLanguageService')), 'cache.doctrine.orm.default.result' => ($container->privates['cache.doctrine.orm.default.result'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()), 'cache.doctrine.orm.default.query' => ($container->privates['cache.doctrine.orm.default.query'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()), 'cache.security_expression_language' => ($container->privates['cache.security_expression_language'] ?? self::getCache_SecurityExpressionLanguageService($container)), 'cache.security_is_granted_attribute_expression_language' => ($container->services['cache.security_is_granted_attribute_expression_language'] ?? self::getCache_SecurityIsGrantedAttributeExpressionLanguageService($container)), 'cache.security_is_csrf_token_valid_attribute_expression_language' => ($container->services['cache.security_is_csrf_token_valid_attribute_expression_language'] ?? self::getCache_SecurityIsCsrfTokenValidAttributeExpressionLanguageService($container)), 'api_platform.cache.route_name_resolver' => ($container->services['api_platform.cache.route_name_resolver'] ?? $container->load('getApiPlatform_Cache_RouteNameResolverService')), 'api_platform.cache.metadata.resource' => ($container->services['api_platform.cache.metadata.resource'] ?? self::getApiPlatform_Cache_Metadata_ResourceService($container)), 'api_platform.cache.metadata.property' => ($container->services['api_platform.cache.metadata.property'] ?? self::getApiPlatform_Cache_Metadata_PropertyService($container)), 'api_platform.cache.metadata.resource_collection' => ($container->services['api_platform.cache.metadata.resource_collection'] ?? self::getApiPlatform_Cache_Metadata_ResourceCollectionService($container)), 'api_platform.cache.metadata.operation' => ($container->services['api_platform.cache.metadata.operation'] ?? self::getApiPlatform_Cache_Metadata_OperationService($container)), 'api_platform.cache.openapi' => ($container->services['api_platform.cache.openapi'] ?? $container->load('getApiPlatform_Cache_OpenapiService'))]);
    }
}
