Module moka::sync[][src]

Provides thread-safe, blocking cache implementations.

Structs

Cache

A thread-safe concurrent in-memory cache.

CacheBuilder

Builds a Cache or SegmentedCache with various configuration knobs.

SegmentedCache

A thread-safe concurrent in-memory cache, with multiple internal segments.

Traits

ConcurrentCacheExt

Provides extra methods that will be useful for testing.