This is a convenience method for common use of the class
public static check ( integer $lastModifiedTime = null, boolean $isPublic = false, array $options = [] ) | ||
$lastModifiedTime | integer | if given, both ETag AND Last-Modified headers will be sent with content. This is recommended. |
$isPublic | boolean | (default false) if true, the Cache-Control header will contain "public", allowing proxies to cache the content. Otherwise "private" will be sent, allowing only browser caching. |
$options | array | (default empty) additional options for constructor |