Structs

Cache store backed by redis

Expiring Value Cache

Cache store backed by redis

Least Recently Used / Sized Cache

Cache store bound by time

Timed LRU Cache

Default unbounded cache

Enums

Traits

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