言語

CacheManager.StartCacheTransaction メソッド

定義

注意事項

deprecated

キャッシュ トランザクションを開始します。

[Android.Runtime.Register("startCacheTransaction", "()Z", "")]
[System.Obsolete("deprecated")]
public static bool StartCacheTransaction();
[<Android.Runtime.Register("startCacheTransaction", "()Z", "")>]
[<System.Obsolete("deprecated")>]
static member StartCacheTransaction : unit -> bool

返品

true これが唯一実行中のトランザクションである場合

属性

注釈

キャッシュ トランザクションを開始します。 これが実行中の唯一のトランザクションである場合は、 true を返します。 それ以外の場合、このトランザクションは現在実行中のトランザクション内に入れ子になり、 false が返されます。

このメンバーは非推奨です。 このメソッドは効果を持たなくなり、常に falseを返します。

android.webkit.CacheManager.startCacheTransaction()の Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象