Versions in this module Expand all Collapse all v1 v1.1.10 Mar 8, 2026 v1.1.9 Nov 23, 2025 Changes in this version + type TTLMap struct + func New(ln int, maxTTL int) (m *TTLMap) + func (m *TTLMap) Get(k string) (v interface{}) + func (m *TTLMap) Len() int + func (m *TTLMap) Put(k string, v interface{})