Versions in this module Expand all Collapse all v0 v0.3.0 Feb 21, 2025 v0.2.0 Nov 19, 2024 v0.1.0 May 13, 2024 Changes in this version + func New(size int) store.Store + type MemoryStore struct + func (ma *MemoryStore) Get(key string) ([]byte, error) + func (ma *MemoryStore) Set(key string, val []byte, ttl time.Duration) error