Versions in this module Expand all Collapse all v0 v0.10.5 Feb 22, 2025 v0.10.4 Feb 14, 2025 Changes in this version + func LoadTTL[T any](key string, ttl time.Duration, newValue func(key string) T) T + func Load[T any](key string, newValue func(key string) T) T + type CacheValue struct + func (v *CacheValue[T]) Load(newValue func() T) T + func (v *CacheValue[T]) LoadTTL(ttl time.Duration, newValue func() T) T