ddb51db0583ce7eae5e4fc21e5ae49598d7bc139
[mixstore.git] / app / AppCache.php
1 <?php
2
3 require_once __DIR__.'/AppKernel.php';
4
5 use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
6
7 class AppCache extends HttpCache
8 {
9 }