Versions in this module Expand all Collapse all v0 v0.0.1 Oct 18, 2022 Changes in this version + func NewCache(size int) (*lruCache, error) + func NewCacheWithEviction(size int, onEvicted func(key interface{}, value interface{})) (*lruCache, error) + func NewCacheWithSizeInBytes(size int, sizeInBytes int64) (*lruCache, error)