Cache-Control
RU: Cache-Control
An HTTP response (and request) header that directs caches how long and under what conditions a response may be stored or reused. Key directives: max-age sets freshness in seconds, no-store forbids caching entirely, no-cache requires revalidation before serving a stored copy, and s-maxage overrides max-age for shared caches.