Skip to content

Stop caching branch_names with RepositoryCacheAdapter

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 RepositoryCacheAdapter caching for branch_names when FF is enabled
  • Ensure clean fallback to direct retrieval

References

Edited by Javiera Tapia