mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
add IsDebug() shortcut method
This commit is contained in:
2
cache/client/handler.go
vendored
2
cache/client/handler.go
vendored
@@ -93,7 +93,7 @@ func getOrSetKey(ctx *context.Context) string {
|
||||
}
|
||||
|
||||
// Note: by-default the rules(ruleset pkg)
|
||||
// explictly ignores the cache handler
|
||||
// explicitly ignores the cache handler
|
||||
// execution on authenticated requests
|
||||
// and immediately runs the next handler:
|
||||
// if !h.rule.Claim(ctx) ...see `Handler` method.
|
||||
|
||||
Reference in New Issue
Block a user