public setExpires (DateTime $datetime)
Sets an Expires header in the response that allows to use the HTTP cache
$this->response->setExpires(new DateTime());
public setExpires (DateTime $datetime)
Sets an Expires header in the response that allows to use the HTTP cache
$this->response->setExpires(new DateTime());
Please login to continue.