Module mem

Module mem 

Source
Expand description

In-memory caching utilities.

Structsยง

NamespaceCache
An in-memory cache based on namespace strings and types that implement Serialize and Deserialize.
TypeCache
An in-memory cache based on hashable types.