http://symfony.com/doc/master/reference/configuration/framework.html 1. there is no mention about cache section 2. some other cache references are outdeted - for example `framework.annotations.cache` default is `php_array` https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L598 but doc says that is `file` //cc @nicolas-grekas