Available on crate feature
sync only.Expand description
Provides a thread-safe, concurrent cache implementation built upon
dashmap::DashMap.
Structs§
- Cache
- A thread-safe concurrent in-memory cache built upon
dashmap::DashMap. - Cache
Builder - Builds a
Cacheor with various configuration knobs. - Entry
Ref - Iter
Traits§
- Concurrent
Cache Ext - Provides extra methods that will be useful for testing.