Versions in this module Expand all Collapse all v1 v1.0.5 Aug 10, 2022 Changes in this version + func NewCacheOptions() *cacheOptions + type Cache interface + DeleteExpiredItems func() + Flush func() + FlushKOldest func(int) + Get func(Key) (value Value, ok bool) + Set func(Key, Value) + Size func() int + Stop func() + func NewCache(options *cacheOptions) Cache[Key, Value]