Versions in this module Expand all Collapse all v1 v1.0.1 Jun 26, 2022 Changes in this version + type Lru interface + Get func(key interface{}) (value interface{}, ok bool) + GetKeyFromValue func(value interface{}) (key interface{}, ok bool) + PeekKeyFromValue func(value interface{}) (key interface{}, ok bool) + Put func(key, value interface{}) + func NewLru(cap int) Lru