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 응답입니다.

반품

응답이 커널 캐시될 수 있는 경우 커널 캐시 키입니다. 그렇지 않으면 . null

적용 대상