app/AppCache.php
changeset 71 b01e36991488
parent 0 7f95f8617b0b
equal deleted inserted replaced
70:2445218823b1 71:b01e36991488
     1 <?php
     1 <?php
       
     2 /*
       
     3  * This file is part of the WikiTagBundle package.
       
     4  *
       
     5  * (c) IRI <http://www.iri.centrepompidou.fr/>
       
     6  *
       
     7  * For the full copyright and license information, please view the LICENSE
       
     8  * file that was distributed with this source code.
       
     9  */
     2 
    10 
     3 require_once __DIR__.'/AppKernel.php';
    11 require_once __DIR__.'/AppKernel.php';
     4 
    12 
     5 use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
    13 use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
     6 
    14