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 클래스를 참조하세요.

적용 대상