다음을 통해 공유


OutputCacheUtility.SetupKernelCaching(String, HttpResponse) 메서드

정의

커널 캐시 키를 가져옵니다.

public:
 static System::String ^ SetupKernelCaching(System::String ^ originalCacheUrl, System::Web::HttpResponse ^ response);
public static string SetupKernelCaching (string originalCacheUrl, System.Web.HttpResponse response);
static member SetupKernelCaching : string * System.Web.HttpResponse -> string
Public Shared Function SetupKernelCaching (originalCacheUrl As String, response As HttpResponse) As String

매개 변수

originalCacheUrl
String

원본 캐시 URL입니다.

response
HttpResponse

HTTP 응답입니다.

반환

String

응답을 커널 캐시할 수 있으면 커널 캐시 키이고, 그렇지 않으면 null입니다.

적용 대상