<?php $response->headers->set('Content-Length', $cache->getSize($path));
$response->setPublic();
$response->setMaxAge(31536000);
$response->setExpires(date_create()->modify('+1 years'));
if ($this->request) {
$response->setLastModified(date_create()->setTimestamp($cache->getTimestamp($path)));