Versions in this module Expand all Collapse all v1 v1.53.0 Apr 28, 2026 Changes in this version + type Cache struct + func New(cfg Config) (*Cache, error) + func (c *Cache) Lookup(question string) (string, bool) + func (c *Cache) Store(question, response string) + type Config struct + CaseSensitive bool + Enabled bool + Path string + TrimSpaces bool