--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/AppCache.php Sat Sep 24 15:40:41 2011 +0200
@@ -0,0 +1,9 @@
+<?php
+
+require_once __DIR__.'/AppKernel.php';
+
+use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
+
+class AppCache extends HttpCache
+{
+}