Skip to content
Networking·Advanced·Conceptual·1 min read

Who chooses whether a 304 body is reused?

Short interview answer

The cache sends a conditional request, receives metadata-only 304, updates stored metadata as required, and serves its existing representation body to the consumer.

Key takeaway

Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.

← Back to HTTP caching

Related questions