OutputCacheSection 类
指定 ASP.NET 应用程序的输出缓存设置。
语法
class OutputCacheSection : ConfigurationSection
方法
下表列出了 OutputCacheSection
类公开的方法。
名称 | 描述 |
---|---|
GetAllowDefinition | (继承自 ConfigurationSection。) |
GetAllowLocation | (从 ConfigurationSection 继承。) |
RevertToParent | (从 ConfigurationSection 继承。) |
SetAllowDefinition | (从 ConfigurationSection 继承。) |
SetAllowLocation | (从 ConfigurationSection 继承。) |
属性
下表列出了 OutputCacheSection
类公开的属性。
名称 | 描述 |
---|---|
EnableFragmentCache |
一个读/写 boolean 值。 如果启用了应用程序片段缓存,则为 true ;否则为 false 。 默认为 true 。如果已禁用片段缓存,则不缓存任何页面,而不考虑使用的 @ OutputCache 指令或缓存配置文件。 |
EnableKernelCacheForVaryByStar |
一个读/写 boolean 值。 如果在缓存页中包含“Vary: *”标头的情况下为应用程序启用内核缓存,则为 true ;否则为 false 。 默认为 false 。 |
EnableOutputCache |
一个读/写 boolean 值。 如果已启用页面输出缓存,则为 true ;否则为 false 。 默认为 true 。如果禁用输出缓存,则无论任何编程设置或声明性设置如何,都不会缓存任何页面。 |
Location |
(继承自 ConfigurationSection 。)一个键属性。 |
OmitVaryStar |
一个可选的读/写 boolean 值。 如果在响应中省略 HTTP 标头“Vary: *”标头,则为 true ;否则为 false 。 默认值为 false ,表示发送输出缓存页的“Vary: *”标头。Vary 标头指示请求标头字段,服务器使用这些字段来确定发送多个缓存响应中的哪些响应来响应客户端请求。 |
Path |
(继承自 ConfigurationSection 。)一个键属性。 |
SectionInformation |
(从 ConfigurationSection 继承。) |
SendCacheControlHeader |
一个可选的读/写 boolean 值。 如果 Cache-Control: private 标头默认由输出缓存模块发送,则为 true ;否则为 false 。 默认为 true 。 |
子类
此类不包含子类。
继承层次结构
OutputCacheSection
要求
类型 | 描述 |
---|---|
客户端 | - IIS 7.0(在 Windows Vista 上) - IIS 7.5(在 Windows 7 上) - IIS 8.0(在 Windows 8 上) - IIS 10.0(在 Windows 10 上) |
服务器 | - IIS 7.0(在 Windows Server 2008 上) - IIS 7.5(在 Windows Server 2008 R2 上) - IIS 8.0(在 Windows Server 2012 上) - IIS 8.5(在 Windows Server 2012 R2 上) - IIS 10.0(在 Windows Server 2016 上) |
产品 | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 |
MOF 文件 | WebAdministration.mof |
另请参阅
System.Web.Configuration.OutputCacheSectionSystem.Web.Configuration.SystemWebCachingSectionGroup.OutputCache
CacheSection 类
CachingProfileElement 类
CachingSection 类
ConfigurationSection 类