1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-16 06:13:43 -04:00
gitea/routers/web
Lunny Xiao e7cb8da2a8
Always enable caches (#28527)
Nowadays, cache will be used on almost everywhere of Gitea and it cannot
be disabled, otherwise some features will become unaviable.

Then I think we can just remove the option for cache enable. That means
cache cannot be disabled.
But of course, we can still use cache configuration to set how should
Gitea use the cache.
2023-12-19 09:29:05 +00:00
..
admin
auth Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
devtest
events
explore
feed
healthcheck Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
misc
org
repo Improve ObjectFormat interface (#28496) 2023-12-19 07:20:47 +00:00
shared
user Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Do some missing checks (#28423) 2023-12-12 05:01:17 +00:00
webfinger.go