Skip to content

Commit

Permalink
Rename hard tab
Browse files Browse the repository at this point in the history
  • Loading branch information
hcancelik committed Jun 15, 2024
1 parent b26eb02 commit 1485148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/middleware/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var ConfigDefault = Config{
Expiration: 1 * time.Minute,
CacheHeader: "X-Cache",
CacheControl: false,
CacheInvalidator: nil,
CacheInvalidator: nil,
KeyGenerator: func(c fiber.Ctx) string {
return utils.CopyString(c.Path())
},
Expand Down

0 comments on commit 1485148

Please sign in to comment.