[go: up one dir, main page]

Module sync

Module sync 

Source
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.
CacheBuilder
Builds a Cache or with various configuration knobs.
EntryRef
Iter

Traits§

ConcurrentCacheExt
Provides extra methods that will be useful for testing.