Versions in this module Expand all Collapse all v0 v0.0.3 Feb 22, 2023 v0.0.2 Feb 19, 2023 Changes in this version + type Cache struct + func NewCache(table string) *Cache + func (c *Cache) Flush() + func (c *Cache) Get(key string) (any, error) + func (c *Cache) Set(key string, value any)