Versions in this module Expand all Collapse all v0 v0.14.1 Aug 12, 2021 Changes in this version + type LRU struct + func New(size int) *LRU + func (l LRU) Add(ctx context.Context, key string, value interface{}) + func (l LRU) Get(ctx context.Context, key string) (value interface{}, ok bool)