HttpRuntime.Cache 属性

定义

获取当前应用程序的 Cache

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

属性值

当前的 Cache

例外

未安装 ASP.NET。

注解

有关更多信息,请参见 System.Web.Caching.Cache 类。

适用于