var/cache/dev/ContainerNrzz8x9/getCache_App_SimpleService.php line 9

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'cache.app.simple' shared service.
  6. @trigger_error('The "Psr\\SimpleCache\\CacheInterface" / "cache.app.simple" service is deprecated since Symfony 4.3. Use "Symfony\\Contracts\\Cache\\CacheInterface" / "cache.app" instead.'E_USER_DEPRECATED);
  7. return $this->privates['cache.app.simple'] = new \Symfony\Component\Cache\Psr16Cache(($this->services['cache.app'] ?? $this->getCache_AppService()));