Expand description
Provides a not thread-safe cache implementation built upon
std::collections::HashMap
.
Structs
- An in-memory cache that is not thread-safe.
- Builds a
Cache
with various configuration knobs.
Provides a not thread-safe cache implementation built upon
std::collections::HashMap
.
Cache
with various configuration knobs.