Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2025 v1.0.0 Jul 28, 2025 Changes in this version + type Entry struct + Data []byte + Expiry int64 + Type types.DataType + func NewEntry(dataType types.DataType, data []byte, exp time.Duration) Entry + func (e Entry) IsExpired() bool + func (e Entry) IsExpiredWithUnixMilli(now int64) bool