AdvancedVocabulary#backend#architecture#developer-tools

Request Coalescing Vocabulary

Learn the vocabulary of merging many concurrent identical cache misses into a single call.

0 / 5 completed
1 / 5
At standup, a dev mentions many concurrent requests for the same cache key, all missing at once, being merged so only the first one actually triggers the expensive backend call while the rest simply wait for and share its result. What is this technique called?