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...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
What connects list-endpoint caching correctness to the pagination strategy chosen (per Under the Hood)?
A
There is no real connection between the two
B
Offset-paginated pages can shift content under concurrent writes, undermining the basic caching assumption that a given URL consistently maps to the same content
C
Cursor pagination cannot be cached under any circumstances
D
Pagination has no effect on caching whatsoever
Check Answer