Skip to main content

Module typed

Module typed 

Source
Expand description

A typed view over a byte cache using serde-compatible (JSON) encoding.

Only enabled with the cache-aside feature, which pulls in serde.

Structsยง

TypedCache
Wraps a Cache with JSON-based typed get/set.