Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Documentation
Docs Publisher
af957011153b6f2f38a99f4970d3e693f311ccf7
af957011153b6f2f38a99f4970d3e693f311ccf7
Switch branch/tag
docs-publisher
app
AppCache.php
Find file
Normal view
History
Permalink
AppCache.php
101 Bytes
Edit
Web IDE
Newer
Older
Rewritten in Symfony3
Michael McAndrew
committed
Mar 21, 2016
1
2
3
4
5
6
7
<?php
use
Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache
;
class
AppCache
extends
HttpCache
{
}