const METADATA_CACHE_CONTROL: &str = "private, max-age=3600";
private (not the RFC-default public): the document varies by host, so shared caches must not serve one listener’s document to another.
private
public