Versions in this module Expand all Collapse all v0 v0.3.1 Aug 29, 2022 v0.3.0 Aug 28, 2022 Changes in this version + type MemCache struct + func New() *MemCache + func (c *MemCache) Get(key string) (string, bool) + func (c *MemCache) Remove(keys ...string) + func (c *MemCache) Set(key string, value string)