public function ResponseHeaderBag::hasCacheControlDirective

Overrides HeaderBag::hasCacheControlDirective

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php, line 116

Class

ResponseHeaderBag
ResponseHeaderBag is a container for Response HTTP headers.

Namespace

Symfony\Component\HttpFoundation

Code

public function hasCacheControlDirective($key) {
  return array_key_exists($key, $this->computedCacheControl);
}