Variant

cache-override

Optional override for response caching behavior.

variant cache-override {
  none,
  pass,
  override(cache-override-details),
}

Cases

CasePayloadDescription
none—

Do not override the behavior specified in the origin response’s cache control headers.

pass—

Do not cache the response to this request, regardless of the origin response’s headers.

overridecache-override-details

Override particular cache control settings.