Exemplo n.º 1
0
 /**
  * Marks the response stale by setting the Age header to be equal to the maximum age of the response.
  *
  * @return Response
  *
  * @api
  */
 public function expire()
 {
     return parent::expire();
 }