Files
bio-concept-labo/web/var/cache/dev/ContainerXfuyajg/getCacheClearerService.php
2019-11-20 07:44:43 +01:00

11 lines
571 B
PHP

<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'cache_clearer' shared service.
return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ${($_ = isset($this->services['cache.system_clearer']) ? $this->services['cache.system_clearer'] : $this->load('getCache_SystemClearerService.php')) && false ?: '_'};
}, 1));