Versions in this module Expand all Collapse all v1 v1.0.0 Aug 6, 2026 Changes in this version + type Memory struct + func NewMemory(opts Options) *Memory + func (m *Memory) Close() + func (m *Memory) Del(keys ...string) + func (m *Memory) Get(key string) ([]byte, bool) + func (m *Memory) Set(key string, value []byte, ttl time.Duration) + func (m *Memory) Stats() map[string]any + type Options struct + DefaultTTL time.Duration + Enabled bool + MaxBytes int64 + MaxKeys int