Current File : //var/www/prestashop/var/cache/prod/ContainerMN6PLKt/getPrestashop_Cache_RefreshService.php
<?php

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

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'prestashop.cache.refresh' shared service.

$this->services['prestashop.cache.refresh'] = $instance = new \PrestaShopBundle\Service\Cache\Refresh(($this->services['kernel'] ?? $this->get('kernel', 1)));

$instance->addCacheClear();

return $instance;