1
0
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:
Gerasimos Maropoulos
2016-10-31 08:19:00 +02:00
parent 6f22da7622
commit 32e3cbede1
7 changed files with 69 additions and 1262 deletions

View File

@@ -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