OutputCacheUtility.SetupKernelCaching(String, HttpResponse) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カーネル キャッシュ キーを取得します。
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
。