<?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 get_Lock_Default_Store_HJsy8JsService extends App_KernelProdContainer
{
    /*
     * Gets the private '.lock.default.store.hJsy8Js' shared service.
     *
     * @return \Symfony\Component\Lock\PersistingStoreInterface
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['.lock.default.store.hJsy8Js'] = \Symfony\Component\Lock\Store\StoreFactory::createStore('redis://'.$container->getEnv('string:REDIS_CACHE_HOST').':'.$container->getEnv('string:int:REDIS_CACHE_PORT'));
    }
}
