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 |
Traits
| ConcurrentCacheExt | Provides extra methods that will be useful for testing. |