Module light_cache::refresh

source ·
Expand description

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

Structs§

  • 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§