IntermediateVocabulary#backend#frontend#developer-tools

Memoization Vocabulary

Learn the vocabulary of caching a pure function's return value keyed by its input arguments.

0 / 5 completed
1 / 5
At standup, a dev mentions caching a pure function's return value keyed by its input arguments, so calling it again with the same arguments returns the cached result instead of recomputing it. What is this technique called?