언어

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 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상