You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
cache.go Always enable caches (#28527) 1 year ago
cache_redis.go Replace `interface{}` with `any` (#25686) 2 years ago
cache_test.go Always enable caches (#28527) 1 year ago
cache_twoqueue.go Upgrade go dependencies (#25819) 2 years ago
context.go Improve cache context (#23330) 2 years ago
context_test.go Improve cache context (#23330) 2 years ago