Builder
Builds a Cache-Control request header.
Functions
Sets the maximum age of a cached response. If the cache response's age exceeds maxAge, it will not be used and a network request will be made.
Accept cached responses that have exceeded their freshness lifetime by up to maxStale. If unspecified, stale cache responses will not be used.
Sets the minimum number of seconds that a response will continue to be fresh for. If the response will be stale when minFresh have elapsed, the cached response will not be used and a network request will be made.
Don't accept an unvalidated cached response.
Don't store the server's response in any cache.
Don't accept a transformed response.
Only accept the response if it is in the cache. If the response isn't cached, a 504 Unsatisfiable Request response will be returned.