mirror of
https://github.com/go-gitea/gitea
synced 2024-11-15 06:21:23 +01:00
parent
c0880e7695
commit
20c40259f1
1 changed files with 2 additions and 0 deletions
2
modules/cache/cache.go
vendored
2
modules/cache/cache.go
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue