Versions in this module Expand all Collapse all v1 v1.0.0 Feb 17, 2026 Changes in this version + type Cache struct + func New() *Cache + func (c *Cache) Clear() + func (c *Cache) Handle(next http.Handler) http.Handler + func (c *Cache) HandleWithParams(next http.Handler) http.Handler + func (c *Cache) Remove(path string) Other modules containing this package riedstra.dev/go/httpcache/v2