[go: up one dir, main page]

Module moka::future[][src]

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

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

Structs

Cache

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

CacheBuilder

Builds a Cache with various configuration knobs.

Traits

ConcurrentCacheExt

Provides extra methods that will be useful for testing.