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