# Packages
No description provided by the author
# Functions
New creates an LRU of the given size.
NewWithEvict constructs a fixed size cache with the given eviction callback.
NewWithEvict constructs a fixed size cache with the given eviction callback.
NewWithExpiration creates an LRU of the given size with a default expiration time for every item.