Crate tokio_cache

Source

Structsยง

AsyncCache
A cache where reads are wait-free and where writes are asynchronous, such as it can be used within code that cannot block.
TimedCache