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
| Name | Type | Description |
|---|---|---|
| ttl | option<u32> | |
| stale-while-revalidate | option<u32> | |
| pci | bool | |
| surrogate-key | option<string> | |
| extra | option<borrow<extra-cache-override-details>> | Additional options may be added in the future via this resource type. |