# Packages
No description provided by the author
# Functions
NewCache creates a new LRU cache instance.
NewCacheWithEviction creates a new sized LRU cache instance with eviction function.
NewCacheWithSizeInBytes creates a new sized LRU cache instance.