Webiny\Component\Http\Response::cacheControl PHP Метод

cacheControl() публичный Метод

Get access to cache control headers.
public cacheControl ( ) : CacheControl
Результат Webiny\Component\Http\Response\CacheControl
    public function cacheControl()
    {
        return $this->cacheControl;
    }