Structs

Expiring Value Cache

Least Recently Used / Sized Cache

Cache store bound by time

Timed LRU Cache

Default unbounded cache

Traits

The CanExpire trait defines a function for implementations to determine if the value has expired.