Versions in this module Expand all Collapse all v1 v1.83.0 Jun 19, 2026 Changes in this version + const NoExpiration + type Memoizer struct + func New[T any](ttl time.Duration) *Memoizer[T] + func (m *Memoizer[T]) Memoize(key string, fn func() (T, error)) (T, error)