Module moka::sync[][src]

Expand description

Provides thread-safe, blocking cache implementations.

Structs

A thread-safe concurrent in-memory cache.

Builds a Cache or SegmentedCache with various configuration knobs.

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

Traits

Provides extra methods that will be useful for testing.

Type Definitions

The type of the unique ID to identify a predicate used by Cache#invalidate_entries_if method.