[][src]Module cacache::put

Functions for writing to cache.

Structs

AsyncPut

A reference to an open file writing to the cache.

PutOpts

Builder for options and flags for opening a new cache file to write data into.

SyncPut

A reference to an open file writing to the cache.

Functions

data

Writes data to the cache, indexing it under key.

data_sync

Writes data to the cache synchronously, indexing it under key.