webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
WebCore::CacheControlDirectives Struct Reference

#include <CacheValidation.h>

Public Attributes

std::optional< std::chrono::microseconds > maxAge
 
std::optional< std::chrono::microseconds > maxStale
 
bool noCache { false }
 
bool noStore { false }
 
bool mustRevalidate { false }
 
bool immutable { false }
 

Member Data Documentation

◆ immutable

bool WebCore::CacheControlDirectives::immutable { false }

◆ maxAge

std::optional< std::chrono::microseconds > WebCore::CacheControlDirectives::maxAge

◆ maxStale

std::optional< std::chrono::microseconds > WebCore::CacheControlDirectives::maxStale

◆ mustRevalidate

bool WebCore::CacheControlDirectives::mustRevalidate { false }

◆ noCache

bool WebCore::CacheControlDirectives::noCache { false }

◆ noStore

bool WebCore::CacheControlDirectives::noStore { false }

The documentation for this struct was generated from the following file: