Stop caching branch_names with cache_method_as_redis_set
Context
Remove branch_names caching via RepositoryCacheAdapter (Redis Set with strong memoization). Alternative performance optimizations are being handled separately.
Implementation plan
-
Create feature flag for controlled removal -
Bypass RepositoryCacheAdaptercaching forbranch_nameswhen FF is enabled -
Ensure clean fallback to direct retrieval
References
Edited by Javiera Tapia