Versions in this module Expand all Collapse all v1 v1.38.0 Jun 22, 2026 Changes in this version + type Cache struct + func New(filename, namespace string) Cache + func (c *Cache) ClearAllItemsInNamespace() error + func (c *Cache) ClearItem(key string) error + func (c *Cache) GetItem(key string) (Item, bool) + func (c *Cache) SetItem(key string, content string, ttl time.Duration) + type Item struct + Content string + ExpiresAt time.Time + UpdatedAt time.Time