Module net::http_cache

source ยท
Expand description

A memory cache implementing the logic specified in http://tools.ietf.org/html/rfc7234 and http://tools.ietf.org/html/rfc7232.

Structsยง

  • The key used to differentiate requests in the cache.
  • CachedMetadata ๐Ÿ”’
    Metadata about a loaded resource, such as is obtained from HTTP headers.
  • CachedResource ๐Ÿ”’
    A complete cached resource.
  • Wrapper around a cached response, including information on re-validation needs
  • A memory cache.

Functionsยง