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

What is s-maxage?

Short interview answer

It sets freshness for shared caches and overrides max-age there while browsers continue using the ordinary cache lifetime. It is useful for CDN-specific policy.

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