Module ttl_cache

Module ttl_cache 

Source
Expand description

A TTL cache which can be used to time out repeated operations that might experience intermittent failures.

Structsยง

TtlCache
A TTL cache where items get removed deterministically in the get() call.