mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 20:37:05 +00:00
Prepare for 4.0.0 gopkg.in for-ever package (All 20+ other repositories refactored) including gitbook and examples
This commit is contained in:
@@ -1133,7 +1133,7 @@ func (ctx *Context) MaxAge() int64 {
|
||||
|
||||
// InvalidateCache clears the cache manually for this request uri context's handler's route
|
||||
func (ctx *Context) InvalidateCache() {
|
||||
ctx.framework.cacheService.InvalidateCache(GetCacheKey(ctx))
|
||||
ctx.framework.InvalidateCache(ctx)
|
||||
}
|
||||
|
||||
// Log logs to the iris defined logger
|
||||
|
||||
Reference in New Issue
Block a user