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 中引入。 有关详细信息,请参见版本和依赖关系。