mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
Fix typo of further
Former-commit-id: 8cfbaf60aba132b0ea3c8f9fd3cb8121e1db2a15
This commit is contained in:
parent
a25e3fc92b
commit
5b8458f5a0
2
cache/cache.go
vendored
2
cache/cache.go
vendored
|
@ -37,7 +37,7 @@ import (
|
|||
// Cache accepts the cache expiration duration.
|
||||
// If the "expiration" input argument is invalid, <=2 seconds,
|
||||
// then expiration is taken by the "cache-control's maxage" header.
|
||||
// Returns a Handler structure which you can use to customize cache furher.
|
||||
// Returns a Handler structure which you can use to customize cache further.
|
||||
//
|
||||
// All types of response can be cached, templates, json, text, anything.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user