Crate ttl_cache [] [src]

This crate provides a time sensitive key-value cache. When an item is inserted it is given a TTL. Any value that are in the cache after their duration are considered invalid and will not be returned on lookups.

Structs

Iter
IterMut
TtlCache

A time sensitive cache.