OutputCacheProviderAsync 类

定义

提供了异步的 OutputCacheProvider 类。

public ref class OutputCacheProviderAsync abstract : System::Web::Caching::OutputCacheProvider
public abstract class OutputCacheProviderAsync : System.Web.Caching.OutputCacheProvider
type OutputCacheProviderAsync = class
    inherit OutputCacheProvider
Public MustInherit Class OutputCacheProviderAsync
Inherits OutputCacheProvider
继承
OutputCacheProviderAsync

构造函数

OutputCacheProviderAsync()

初始化 OutputCacheProviderAsync 类的新实例。

属性

Description

获取一条简短的易懂描述,它适合在管理工具或其他用户界面 (UI) 中显示。

(继承自 ProviderBase)
Name

获得一个友好名称,用于在配置过程中引用提供程序。

(继承自 ProviderBase)

方法

Add(String, Object, DateTime)

将指定项插入输出缓存中。

(继承自 OutputCacheProvider)
AddAsync(String, Object, DateTime)

以异步方式将指定项插入到输出缓存。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
Get(String)

返回对输出缓存中指定项的引用。

(继承自 OutputCacheProvider)
GetAsync(String)

以异步方式在输出缓存中返回对指定项的引用。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Initialize(String, NameValueCollection)

初始化配置生成器。

(继承自 ProviderBase)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Remove(String)

从输出缓存中移除指定项。

(继承自 OutputCacheProvider)
RemoveAsync(String)

以异步方式从输出缓存中删除指定的项。

Set(String, Object, DateTime)

将指定项插入输出缓存中,如果该项已缓存,则覆盖该项。

(继承自 OutputCacheProvider)
SetAsync(String, Object, DateTime)

以异步方式将指定项插入到输出缓存中,如果已进行缓存,则覆盖该项。

ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于