Example #1
0
 /**
  * Sets the number of seconds after which the response should no longer be considered fresh by shared caches.
  *
  * This methods sets the Cache-Control s-maxage directive.
  *
  * @param int $value Number of seconds
  *
  * @return Response
  *
  * @api
  */
 public function setSharedMaxAge($value)
 {
     return parent::setSharedMaxAge($value);
 }