Versions in this module Expand all Collapse all v0 v0.0.1 Jul 24, 2024 Changes in this version + var ConfigDefault = Config + func New(config ...Config) fiber.Handler + type Config struct + CacheControl bool + CacheHeader string + CacheInvalidator func(fiber.Ctx) bool + Expiration time.Duration + ExpirationGenerator func(fiber.Ctx, *Config) time.Duration + KeyGenerator func(fiber.Ctx) string + MaxBytes uint + Methods []string + Next func(c fiber.Ctx) bool + Storage fiber.Storage + StoreResponseHeaders bool