Instance Propertyvapor 4.114.1Vapor->NIOHTTP1

onlyIfCached

Indicates to not retrieve new data. This being the case, the server wishes the client to obtain a response only once and then cache. From this moment the client should keep releasing a cached copy and avoid contacting the origin-server to see if a newer copy exists.

HTTPHeaderCacheControl.swift:46
var onlyIfCached: Bool