v0.1.0 · Interface
cache
[Core Cache] API [Core Cache]: https://www.fastly.com/documentation/guides/concepts/edge-state/cache/#core-cache
Resources
R
entry
RThe outcome of a cache lookup (either bare or as part of a cache transaction)
replace-entry
RA replace operation.
extra-lookup-options
RExtensibility for <code>lookup-options</code>
extra-write-options
RExtensibility for <code>write-options</code>
extra-get-body-options
RExtensibility for <code>get-body-options</code>
extra-replace-options
Extensibility for <code>replace-options</code>
Enums
Type Aliases
Functions
F
insert
FPerforms a non-request-collapsing cache insertion (or update).
await-entry
FContinues the lookup transaction from which the given busy handle was returned,
close-pending-entry
FCloses an interaction with the cache that has not yet finished request collapsing.
close-entry
FCloses an ongoing interaction with the cache.
replace-insert
FReplace an object in the cache with the given metadata
close-replace-entry
Closes an ongoing replace interaction with the cache.