Overrides HeaderBag::getCacheControlDirective
public function getCacheControlDirective(string $key) : bool|string|null { return $this->computedCacheControl[$key] ?? null; }