Module light_cache::refresh
source · Expand description
A RefreshCache provides a simple interface for caching values with a time-to-live policy.
Structs§
- A
RefreshCacheprovides a simple interface for caching values with a time-to-live policy for any type that maps a key to a value asynchronously
Traits§
- A
Refreshermaps a key to a value asynchronously