Versions in this module Expand all Collapse all v0 v0.0.1 Dec 23, 2024 Changes in this version + type Cache struct + func New(basePath string) *Cache + func NewWithDiskv(d *diskv.Diskv) *Cache + func (c *Cache) Delete(key string) + func (c *Cache) Get(key string) (resp []byte, ok bool) + func (c *Cache) Set(key string, resp []byte)