Module moka::sync [−][src]
Provides thread-safe, blocking cache implementations.
Structs
| Cache | A thread-safe concurrent in-memory cache. |
| CacheBuilder | Builds a |
| SegmentedCache | A thread-safe concurrent in-memory cache, with multiple internal segments. |
Traits
| ConcurrentCacheExt | Provides extra methods that will be useful for testing. |