# Functions
New constructs an LRU of the given size.
NewLRU constructs an LRU of the given size with default expire.
# Interfaces
LRUCache is the interface for simple LRU cache.
# Type aliases
EvictCallback is used to get a callback when a cache entry is evicted.