Function
insert
Performs a non-request-collapsing cache insertion (or update).
The returned handle is to a streaming body that is used for writing the object into the cache.
insert: func(key: list<u8>, options: write-options) -> result<body, error>;