Versions in this module Expand all Collapse all v0 v0.0.1 Jul 24, 2024 Changes in this version + type Storage struct + func New() *Storage + func (s *Storage) Delete(key string) + func (s *Storage) Get(key string) any + func (s *Storage) Reset() + func (s *Storage) Set(key string, val any, ttl time.Duration)