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