CacheManager.StartCacheTransaction Method

Definition

Caution

deprecated

Starts a cache transaction.

[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

Returns

Boolean

true if this is the only running transaction

Attributes

Remarks

Java documentation for android.webkit.CacheManager.startCacheTransaction().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to