Versions in this module Expand all Collapse all v0 v0.51.0 Jul 16, 2026 Changes in this version + func FirstSentence(description string) string + type Cache struct + func NewCache() *Cache + func (c *Cache) CompileCount() int64 + func (c *Cache) Get(hash, paramsJSON, description string) Signature + func (c *Cache) Len() int + func (c *Cache) RetainHashes(live map[string]struct{}) int + func (c *Cache) Warm(hash, paramsJSON, description string) + type Signature struct + Desc string + Lossy bool + Sig string + func Render(paramsJSON, description string) (Signature, error) v0.51.0-rc.1 Jul 15, 2026