6 changed files with 20 additions and 3 deletions
@ -0,0 +1,7 @@
|
||||
<?php |
||||
|
||||
use Silex\Provider\HttpCacheServiceProvider; |
||||
|
||||
$app->register(new HttpCacheServiceProvider(), array( |
||||
'http_cache.cache_dir' => $app['root_path'].'/cache/', |
||||
)); |
Loading…
Reference in new issue