public function isNoCache() : bool { return $this->headers ->hasCacheControlDirective('no-cache') || 'no-cache' == $this->headers ->get('Pragma'); }