CacheControlHeaderValue.OnlyIfCached Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether a cache should either respond using a cached entry that is consistent with the other constraints of the HTTP request, or respond with a 504 (Gateway Timeout) status.
public:
property bool OnlyIfCached { bool get(); void set(bool value); };
public bool OnlyIfCached { get; set; }
member this.OnlyIfCached : bool with get, set
Public Property OnlyIfCached As Boolean
Property Value
true
if a cache should either respond using a cached entry that is consistent with the other constraints of the HTTP request, or respond with a 504 (Gateway Timeout) status; otherwise, false
.
Remarks
This property represents the "only-if-cached" directive in a cache-control header field on an HTTP request.