Versions in this module Expand all Collapse all v0 v0.2.0 Jun 24, 2026 v0.1.1 Jun 17, 2026 v0.1.0 May 27, 2026 Changes in this version + const DefaultTtl + const Forever + type MemCache interface + Delete func(key string) + Get func(key string) (interface{}, bool) + Set func(key string, v interface{}, ttl time.Duration) + func NewMemCache() MemCache