Versions in this module Expand all Collapse all v0 v0.2.0 Jun 14, 2025 v0.1.0 Jun 14, 2025 Changes in this version + type Cache struct + func New(maxSize int) *Cache + func (c *Cache) Clear() + func (c *Cache) Get(key string) (interface{}, bool) + func (c *Cache) Set(key string, value interface{}) + func (c *Cache) Size() int