gistop/app/bootstrap.php.d/80-cache.php

8 lines
170 B
PHP
Raw Normal View History

2018-08-20 16:40:04 +02:00
<?php
use Silex\Provider\HttpCacheServiceProvider;
$app->register(new HttpCacheServiceProvider(), array(
'http_cache.cache_dir' => $app['root_path'].'/cache/',
));