共用方式為


CacheManager.GetCacheFile(String, IDictionary<String,String>) 方法

定義

警告

deprecated

取得指定 URL 的快取專案,如果 null 找不到則為 。

[Android.Runtime.Register("getCacheFile", "(Ljava/lang/String;Ljava/util/Map;)Landroid/webkit/CacheManager$CacheResult;", "")]
[System.Obsolete("deprecated")]
public static Android.Webkit.CacheManager.CacheResult? GetCacheFile (string? url, System.Collections.Generic.IDictionary<string,string>? headers);
[<Android.Runtime.Register("getCacheFile", "(Ljava/lang/String;Ljava/util/Map;)Landroid/webkit/CacheManager$CacheResult;", "")>]
[<System.Obsolete("deprecated")>]
static member GetCacheFile : string * System.Collections.Generic.IDictionary<string, string> -> Android.Webkit.CacheManager.CacheResult

參數

url
String

要求快取專案的 URL

headers
IDictionary<String,String>

從 HTTP 標頭名稱對應到值,要針對傳回的快取專案填入

傳回

指定 URL 的快取專案

屬性

備註

android.webkit.CacheManager.getCacheFile(java.lang.String, java.util.Map)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於