Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2026 Changes in this version + const CleanupInterval + const DefaultTTL + const KeyMoodsList + const KeyPlaylist + func PlaylistKey(mood string) string + type Cache struct + func New() (*Cache, error) + func (c *Cache) Close() error + func (c *Cache) Get(key string) (any, bool) + func (c *Cache) InvalidateMoods() + func (c *Cache) Set(key string, value any) error + func (c *Cache) Stats() map[string]any