Example #1
0
 /**
  * Sets the response's time-to-live for shared caches.
  *
  * This method adjusts the Cache-Control/s-maxage directive.
  *
  * @param int $seconds Number of seconds
  *
  * @return Response
  *
  * @api
  */
 public function setTtl($seconds)
 {
     return parent::setTtl($seconds);
 }