OutputCacheContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示要求的目前快取內容。
public sealed class OutputCacheContext
type OutputCacheContext = class
Public NotInheritable Class OutputCacheContext
- 繼承
-
OutputCacheContext
建構函式
OutputCacheContext() |
已淘汰.
建構 OutputCacheContext的新實例。 |
屬性
AllowCacheLookup |
判斷是否允許傳入 HTTP 要求的快取查閱。 |
AllowCacheStorage |
判斷是否允許傳入 HTTP 要求的響應記憶體。 |
AllowLocking |
判斷是否應該鎖定要求。 |
CacheVaryByRules |
取得 CacheVaryByRules 實例。 |
EnableOutputCaching |
判斷是否應該針對傳入 HTTP 要求設定輸出快取邏輯。 |
HttpContext |
取得 HttpContext。 |
ResponseExpirationTimeSpan |
取得或設定應該快取回應的時間量。 |
ResponseTime |
取得或設定回應時間。 |
Tags |
取得快取回應的標記。 |