DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
What four things compose a "use cache" entry's cache key?
A
Only the function's arguments
B
Build ID, Function ID, serialized arguments, and any captured outer-scope variables (plus an HMR hash in dev)
C
Just a random UUID generated per call
D
The user's session ID only
Check Answer