Versions in this module Expand all Collapse all v1 v1.0.1 Jul 19, 2024 v1.0.0 Jul 19, 2024 Changes in this version + type Cache interface + Clear func() int + Del func(key string) + Get func(key string) (any, bool) + Set func(key string, value any) + Size func() int + func NewMemoryCache() Cache