Module moka::sync

source · []
Expand description

Provides thread-safe, concurrent cache implementations.

Structs

A thread-safe concurrent synchronous 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.