Versions in this module Expand all Collapse all v0 v0.4.0 Sep 26, 2019 v0.3.1 Sep 25, 2019 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)