Versions in this module Expand all Collapse all v0 v0.1.1 Jul 14, 2024 v0.1.0 Jul 13, 2024 Changes in this version + type CacheEngine interface + Get func(ctx context.Context, key string, req *http.Request) (res *http.Response, ok bool, err error) + Key func(req *http.Request) (key string, err error) + Set func(ctx context.Context, key string, res *http.Response, expiration time.Duration) error