Fix missing memcache import (#31105)

Fix #31102
This commit is contained in:
2024-05-27 21:43:32 +08:00
committed by GitHub
parent c0880e7695
commit 20c40259f1

View File

@ -8,6 +8,8 @@ import (
"time"
"code.gitea.io/gitea/modules/setting"
_ "gitea.com/go-chi/cache/memcache" //nolint:depguard // memcache plugin for cache, it is required for config "ADAPTER=memcache"
)
var defaultCache StringCache