We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0880e7 commit 20c4025Copy full SHA for 20c4025
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" //nolint:depguard // memcache plugin for cache, it is required for config "ADAPTER=memcache"
13
)
14
15
var defaultCache StringCache
0 commit comments