pub struct CacheControl { /* private fields */ }
Expand description
Directives to limit cache lifetime, read from cache-control
and kvarn-cache-control
headers.
See Self::from_cache_control
and Self::from_kvarn_cache_control
for respective parsing.