Versions in this module Expand all Collapse all v0 v0.78.1 Sep 4, 2026 v0.78.0 Sep 3, 2026 Changes in this version + func Interval(ctx context.Context, envVar string, def time.Duration) time.Duration + type Buffer struct + func New[T any](ctx context.Context, name string, interval time.Duration, fetch FetchFunc[T]) *Buffer[T] + func (b *Buffer[T]) Get(ctx context.Context, key string) (T, error) + type FetchFunc func(ctx context.Context, key string) (T, error)