Versions in this module Expand all Collapse all v1 v1.0.10 May 15, 2022 v1.0.9 May 15, 2022 Changes in this version + type Cache struct + func New(maxBytes int64) *Cache + func (c *Cache) Add(key string, value Value) + func (c *Cache) Get(key string) (value Value, ok bool) + func (c *Cache) Len() int + func (c *Cache) RemoveOldest() + type Value interface + Len func() int