Bagikan melalui


CacheControlHeaderValue.OnlyIfCached Properti

Definisi

Apakah cache harus merespons menggunakan entri cache yang konsisten dengan batasan lain dari permintaan HTTP, atau merespons dengan status 504 (Gateway Timeout).

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

Nilai Properti

true jika cache harus merespons menggunakan entri cache yang konsisten dengan batasan lain dari permintaan HTTP, atau merespons dengan status 504 (Gateway Timeout) ; jika tidak, false.

Keterangan

Properti ini mewakili direktif "only-if-cached" di bidang header kontrol cache pada permintaan HTTP.

Berlaku untuk