Versions in this module Expand all Collapse all v0 v0.1.2 May 2, 2025 v0.1.1 Apr 22, 2025 Changes in this version + func ReleaseCacheBlock(ctx context.Context) + func WithCacheBlock(ctx context.Context) context.Context + type Cacher interface + Get func(key any) any + GetOrCache func(key any, fn func(key any) (any, error)) (any, error) + Release func() + Set func(key any, value any) + func GetCache(ctx context.Context, key any) Cacher