Versions in this module Expand all Collapse all v1 v1.1.0 Dec 2, 2025 Changes in this version + func ReadThrough[T any](mu *sync.RWMutex, checkCache func(now time.Time) (T, bool), ...) (T, error) + func WriteThrough(invalidate func(), operation func() error) error + type CachedValue struct + FetchedAt time.Time + Value T