Module refresh

Module refresh 

Source
Expand description

A RefreshCache provides a simple interface for caching values with a time-to-live policy.

Structs§

RefreshCache
A RefreshCache provides a simple interface for caching values with a time-to-live policy for any type that maps a key to a value asynchronously

Traits§

Refresher
A Refresher maps a key to a value asynchronously