Versions in this module Expand all Collapse all v1 v1.4.0 Nov 24, 2025 v1.3.0 Nov 4, 2025 Changes in this version + type Cache struct + func New(size int) *Cache + func (c *Cache) Clear() + func (c *Cache) Delete(key string) + func (c *Cache) EntryCount() int64 + func (c *Cache) EvacuateCount() int64 + func (c *Cache) ExpiredCount() int64 + func (c *Cache) Get(key string) ([]byte, bool) + func (c *Cache) HitRate() float64 + func (c *Cache) ResetStatistics() + func (c *Cache) Set(key string, value []byte)