Versions in this module Expand all Collapse all v1 v1.4.0 Nov 24, 2025 v1.3.0 Nov 4, 2025 Changes in this version + type MultiCache struct + func New(tiers ...httpcache.Cache) *MultiCache + func (c *MultiCache) Delete(key string) + func (c *MultiCache) Get(key string) ([]byte, bool) + func (c *MultiCache) Set(key string, value []byte)