Module moka::future

source · []
Expand description

Provides a thread-safe, concurrent asynchronous (futures aware) cache implementation.

To use this module, enable a crate feature called “future”.

Structs

A thread-safe, futures-aware concurrent in-memory cache.

Builds a Cache with various configuration knobs.

Traits

Provides extra methods that will be useful for testing.