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...
Foundations & Tooling Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Foundations & Tooling
An API response includes `Cache-Control: no-cache`. A browser makes the same request an hour later. What happens?
A
The browser skips the cache and makes a fresh request
B
The browser sends a conditional request with ETag/Last-Modified; server returns 304 if unchanged
C
The cached response is used without network access
D
An error is thrown because no-cache means the response wasn't stored
Check Answer