[][src]Crate tokio_cache

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