Module moka::unsync

source · []
Expand description

Provides a not thread-safe cache implementation built upon std::collections::HashMap.

Structs

An in-memory cache that is not thread-safe.

Builds a Cache with various configuration knobs.