gitea/modules/cache
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
..
cache.go Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
cache_redis.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
cache_test.go Always enable caches (#28527) 2023-12-19 09:29:05 +00:00
cache_twoqueue.go Upgrade go dependencies (#25819) 2023-07-14 11:00:31 +08:00
context.go Improve cache context (#23330) 2023-03-08 11:57:05 -06:00
context_test.go Improve cache context (#23330) 2023-03-08 11:57:05 -06:00