# Functions

NewLRUCache creates new lru cache.
NewTTLCache creates a new ttl-based cache.

# Structs

LRUCache is "groupcache/lru"-like cache.
TTLCache is a ttl-based cache with reference counters.