Skip to content

Commit 20c4025

Browse files
authored
Fix missing memcache import (#31105)
Fix #31102
1 parent c0880e7 commit 20c4025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/cache/cache.go

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import (
88
"time"
99

1010
"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"
1113
)
1214

1315
var defaultCache StringCache

0 commit comments

Comments
 (0)