Module cached::stores [] [src]

Implementation of various caches

Structs

Cache

Default unbounded cache

SizedCache

Least Recently Used / Sized Cache - Stores up to a specified sized before beginning to evict the least recently used keys

TimedCache

Cache store bound by time - Values are timestamped when inserted and are expired on attempted retrieval.