Share via


OutputCache.Providers 属性

定义

获取网站的配置文件中指定的输出缓存提供程序的集合。

public:
 static property System::Web::Caching::OutputCacheProviderCollection ^ Providers { System::Web::Caching::OutputCacheProviderCollection ^ get(); };
public static System.Web.Caching.OutputCacheProviderCollection Providers { get; }
static member Providers : System.Web.Caching.OutputCacheProviderCollection
Public Shared ReadOnly Property Providers As OutputCacheProviderCollection

属性值

所配置的提供程序的集合。

注解

配置一个或多个面向其他存储设备(例如本地或远程磁盘、数据库、云存储和分布式缓存引擎)的自定义输出缓存提供程序。 若要配置自定义输出缓存提供程序,请将提供程序添加到由 Providers 属性表示的集合。

适用于