Versions in this module Expand all Collapse all v1 v1.0.2 Oct 30, 2025 v1.0.1 May 26, 2022 Changes in this version + type Cache struct + Cache cache.Cache + Check config.CheckList + Hash string + HashFun func(b []byte) string + Key string + ReleaseKey string + Store map[string]interface{} + Timeout string + func (p *Cache) Handler() fasthttp.RequestHandler + func (p *Cache) Init(c *middleware.Config) (err error) + func (p *Cache) Process(h fasthttp.RequestHandler) fasthttp.RequestHandler + func (p *Cache) UnInit()