# Functions
NewLRU creates a new cache with an LRU and time-based eviction model.
# Structs
Stats returns usage statistics about an individual cache, useful to assess the efficiency of a cache.
# Interfaces
Cache defines the standard behavior of in-memory thread-safe caches.
ExpiringCache is a cache with entries that are evicted over time.