Wasm Directoryalpha
Record

cache-override-details

The fields for the override arm of cache-override.

record cache-override-details {
  ttl: option​<u32>,
  stale-while-revalidate: option​<u32>,
  pci: bool,
  surrogate-key: option​<string>,
  extra: option​<borrow​<extra-cache-override-details>>,
}

Fields

NameTypeDescription
ttloption​<u32>
stale-while-revalidateoption​<u32>
pcibool
surrogate-keyoption​<string>
extraoption​<borrow​<extra-cache-override-details>>Additional options may be added in the future via this resource type.