Versions in this module Expand all Collapse all v0 v0.0.1-beta Apr 14, 2026 v0.0.0 Apr 9, 2026 Changes in this version + type Cache struct + func New(writeHome string, noCache bool) *Cache + func (c *Cache) Clean() error + func (c *Cache) Dir() string + func (c *Cache) Domain(name string) *Domain + type Domain struct + func (d *Domain) Clear() error + func (d *Domain) Read(key string) ([]byte, bool) + func (d *Domain) Write(key string, data []byte) error