Skip to main content

METADATA_CACHE_CONTROL

Constant METADATA_CACHE_CONTROL 

Source
const METADATA_CACHE_CONTROL: &str = "private, max-age=3600";
Expand description

private (not the RFC-default public): the document varies by host, so shared caches must not serve one listener’s document to another.