Removes a Cache-Control directive.
public function removeCacheControlDirective(string $key) : void { unset($this->cacheControl[$key]); $this->set('Cache-Control', $this->getCacheControlHeader()); }