Returns a Cache-Control directive value by name.
public function getCacheControlDirective(string $key) : bool|string|null { return $this->cacheControl[$key] ?? null; }