Versions in this module Expand all Collapse all v0 v0.12.1 Aug 11, 2020 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)