Versions in this module Expand all Collapse all v3 v3.1.0 Aug 26, 2026 Changes in this version + type DecayMap struct + func NewDecayMap[K comparable, V any](epoch time.Time, period time.Duration) *DecayMap[K, V] + func (m *DecayMap[K, V]) Pop(key K) (V, bool) + func (m *DecayMap[K, V]) Set(now time.Time, key K, value V)