refactor datasource caching

This commit is contained in:
Marcus Efraimsson
2018-10-30 09:31:56 +01:00
parent 1dc8b898bb
commit cfb061ddab
9 changed files with 109 additions and 55 deletions
+1
View File
@@ -29,6 +29,7 @@ func GetContextHandler() macaron.Handler {
Session: session.GetSession(),
IsSignedIn: false,
AllowAnonymous: false,
SkipCache: false,
Logger: log.New("context"),
}