OutputCacheAttribute 成员
提供一种启用输出缓存的声明性方法。
以下各表列出了由 OutputCacheAttribute 类型公开的成员。
公共 构造函数
名称 | 说明 | |
---|---|---|
OutputCacheAttribute | 已重载。初始化 OutputCacheAttribute 类的新实例。 |
顶部
公共 属性
名称 | 说明 | |
---|---|---|
CacheProfile | 获取缓存设置的名称。 | |
Duration | 获取应缓存响应的持续时间(以秒为单位)。 | |
Location | 获取可应用缓存的位置。 | |
SqlCacheDependencies | 获取或设置 SQL 缓存依赖项。 | |
TypeId | (继承自 Attribute) | |
UseSlidingExpiration | 获取或设置一个值,该值指示持续时间使用可调到期还是绝对到期。 | |
VaryByHeaders | 获取或设置缓存的响应所基于的标头。 |
顶部
公共 方法
(另请参见 受保护 方法)
名称 | 说明 | |
---|---|---|
Equals | 已重载。(继承自 Attribute) | |
GetCustomAttribute | 已重载。(继承自 Attribute) | |
GetCustomAttributes | 已重载。(继承自 Attribute) | |
GetHashCode | (继承自 Attribute) | |
GetType | (继承自 Object) | |
IsDefaultAttribute | (继承自 Attribute) | |
IsDefined | 已重载。(继承自 Attribute) | |
Match | (继承自 Attribute) | |
ReferenceEquals | (继承自 Object) | |
ToString | (继承自 Object) |
顶部
受保护 方法
名称 | 说明 | |
---|---|---|
Finalize | (继承自 Object) | |
MemberwiseClone | (继承自 Object) |
顶部
显式接口实现
顶部
另请参见
参考
OutputCacheAttribute 类
System.ServiceModel.DomainServices.Server 命名空间