$cacheControlHeader public property
The value of the Cache-Control
HTTP header. If null, the header will not be sent.
public string $cacheControlHeader = 'public, max-age=3600'
$cacheControlHeader public property
The value of the Cache-Control
HTTP header. If null, the header will not be sent.
public string $cacheControlHeader = 'public, max-age=3600'
Please login to continue.