Versions in this module Expand all Collapse all v1 v1.0.2 Oct 5, 2023 v1.0.1 Oct 5, 2023 Changes in this version + var ConfigDefault = Config + func New(config ...Config) fiber.Handler + type Config struct + CacheControl bool + CacheHeader string + Expiration time.Duration + ExpirationGenerator func(*fiber.Ctx, *Config) time.Duration + Key func(*fiber.Ctx) string + KeyGenerator func(*fiber.Ctx) string + MaxBytes uint + Methods []string + Next func(c *fiber.Ctx) bool + Storage fiber.Storage + Store fiber.Storage + StoreResponseHeaders bool