Versions in this module Expand all Collapse all v2 v2.0.2 Mar 23, 2026 Changes in this version + var ErrNotFound = errors.New("not found") + type Cache interface + Delete func(ctx context.Context, key string) error + Get func(ctx context.Context, key string) (*T, error) + Set func(ctx context.Context, key string, value *T) error v2.0.1 Mar 23, 2026 v2.0.0 Mar 22, 2026 Other modules containing this package github.com/verygoodsoftwarenotvirus/platform