Versions in this module Expand all Collapse all v0 v0.1.0 Jan 25, 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