Versions in this module Expand all Collapse all v1 v1.0.0 Aug 11, 2025 Changes in this version + func MakeSafe[K comparable, V any](maker map_cache.SafeMaker[K, ExpirableItem[V]], n int) *safeTTLMap[K, V] + func Make[K comparable, V any](maker map_cache.Maker[K, ExpirableItem[V]], n int) *ttlMap[K, V] + type ExpirableItem struct + Value V + func NewItem[V any](value V, ttl time.Duration) ExpirableItem[V]