Versions in this module Expand all Collapse all v2 v2.0.2 Feb 6, 2025 v2.0.1 Feb 6, 2025 Changes in this version + type Config struct + Default struct{ ... } + Expire struct{ ... } + type Manager struct + func NewManager(configPath string, logger *log.Helper) *Manager + func (m *Manager) ExpireLRUCache() *expirable.LRU[string, any] + func (m *Manager) LRUCache() *lru.Cache[string, any] Other modules containing this package github.com/bpcoder16/Chestnut