Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Nov 28, 2025 Changes in this version + type Cache interface + Clear func() + GetBudget func() int + GetWeight func() int + Insert func(key string, value interface{}, weight int) error + Retrieve func(key string) (interface{}, bool) + SetVerbose func(verbose bool) + func NewCache(budget int) Cache + type Cacher interface + ClearCache func() + GetCache func() Cache