Versions in this module Expand all Collapse all v0 v0.2.1 Feb 3, 2024 v0.2.0 Feb 1, 2024 Changes in this version + type Cache struct + func New(eviction time.Duration) *Cache + func (c *Cache) Delete(key string) error + func (c *Cache) Get(key string) ([]byte, error) + func (c *Cache) Set(key string, value []byte) error