다음을 통해 공유


HttpRuntime.Cache 속성

정의

현재 애플리케이션에 대한 Cache를 가져옵니다.

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

속성 값

Cache

현재 Cache입니다.

예외

ASP.NET이 설치되어 있지 않은 경우

설명

자세한 내용은 System.Web.Caching.Cache 클래스를 참조하세요.

적용 대상