. // }}} namespace App; use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache; class CacheKernel extends HttpCache { /** * Override default caching options */ protected function getOptions(): array { return parent::getOptions(); } }