Versions in this module Expand all Collapse all v1 v1.0.0 Nov 18, 2025 Changes in this version + type Cache struct + func NewCache() *Cache + func (c *Cache) Create(query string, value uint) + func (c *Cache) Exists(query string) (ok bool) + func (c *Cache) Get(query string) uint + func (c *Cache) Invalidate(name string, limit uint)