Expand description
In-memory caching utilities.
Structsยง
- Namespace
Cache - An in-memory cache based on namespace strings and types that implement
SerializeandDeserialize. - Type
Cache - An in-memory cache based on hashable types.
In-memory caching utilities.
Serialize and
Deserialize.