Skip to content

Instantly share code, notes, and snippets.

@pestaa
pestaa / AppCacheKernelProxy.php
Created March 30, 2016 14:06
Differently warmed Symfony cache with FosHttpCacheBundle
<?php
require_once __DIR__ . "/AppCache.php";
use Symfony\Component\HttpKernel\KernelInterface;
class AppCacheKernelProxy extends AppCache implements KernelInterface
{
/**
* @var KernelInterface