Marks the response stale by setting the Age header to be equal to the maximum age of the response.
@api
Response
public function expire() { if ($this ->isFresh()) { $this->headers ->set('Age', $this ->getMaxAge()); } return $this; }