OutputCacheSection.EnableKernelCacheForVaryByStar 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定指示是否啟用核心快取的值。
public:
property bool EnableKernelCacheForVaryByStar { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableKernelCacheForVaryByStar", DefaultValue=false)]
public bool EnableKernelCacheForVaryByStar { get; set; }
[<System.Configuration.ConfigurationProperty("enableKernelCacheForVaryByStar", DefaultValue=false)>]
member this.EnableKernelCacheForVaryByStar : bool with get, set
Public Property EnableKernelCacheForVaryByStar As Boolean
屬性值
如果啟用核心快取,就是 true
,否則就是 false
。 預設為 false
。
- 屬性
備註
如果已針對要求啟用靜態壓縮,但用戶端要求未壓縮的回應,則會停用核心快取。 只有壓縮的回應會在核心中快取。
將 EnableKernelCacheForVaryByStar 屬性設定為 true
不會確保回應的核心快取。 處理管線中的模組必須設定核心快取原則。
EnableKernelCacheForVaryByStar 在 .NET Framework 3.5 版中引進。 如需詳細資訊,請參閱版本和相依性。