We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9875110 commit 22ce259Copy full SHA for 22ce259
modules/cache/cache.go
@@ -8,6 +8,8 @@ import (
8
"time"
9
10
"code.gitea.io/gitea/modules/setting"
11
+
12
+ _ "gitea.com/go-chi/cache/memcache" // memcache plugin for cache
13
)
14
15
var defaultCache StringCache
0 commit comments