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