Versions in this module Expand all Collapse all v0 v0.28.0 Apr 16, 2026 Changes in this version + type Cache struct + func New(ttl time.Duration, maxSize int) *Cache + func (c *Cache) Clear() + func (c *Cache) Delete(key string) + func (c *Cache) Get(key string) (any, bool) + func (c *Cache) Set(key string, value any, size int) + func (c *Cache) Stats() (items, size int)