Versions in this module Expand all Collapse all v0 v0.1.0 Aug 13, 2026 Changes in this version + func DOIKey(doi string) string + func NormalizeURL(raw string) string + func QueryKey(query string) string + func URLKey(raw string) string + type Cache struct + func New() *Cache + func (c *Cache) Get(key string) (*Entry, bool) + func (c *Cache) Put(e *Entry) + func (c *Cache) Stats() Stats + type Entry struct + Claims int + Key string + PublishedAt *time.Time + StoredAt time.Time + Text string + Title string + type Stats struct + Entries int + Hits int + Misses int