Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + func HashData(data []byte) string + type Cache struct + func New(dir string) (*Cache, error) + func (c *Cache) GetPath(contentHash, ext string) string + func (c *Cache) Has(data []byte, ext string) (string, bool) + func (c *Cache) Put(sourceData []byte, ext string, resultPath string) (string, error)