Sets the response's time-to-live for private/client caches in seconds.
This method adjusts the Cache-Control/max-age directive.
@final
$this
public function setClientTtl(int $seconds) : static { $this->setMaxAge($this->getAge() + $seconds); return $this; }