Versions in this module Expand all Collapse all v0 v0.0.3 Apr 14, 2026 v0.0.2 Apr 13, 2026 v0.0.1 Apr 12, 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) + Ping func(ctx context.Context) error + Set func(ctx context.Context, key string, value *T) error