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
Cachewith various configuration knobs.
Provides a not thread-safe cache implementation built upon
std::collections::HashMap.
Cache with various configuration knobs.