다음을 통해 공유


AccessibilityService.SetCacheEnabled(Boolean) 메서드

정의

캐시 상태를 설정합니다.

[Android.Runtime.Register("setCacheEnabled", "(Z)Z", "GetSetCacheEnabled_ZHandler", ApiSince=33)]
public virtual bool SetCacheEnabled (bool enabled);
[<Android.Runtime.Register("setCacheEnabled", "(Z)Z", "GetSetCacheEnabled_ZHandler", ApiSince=33)>]
abstract member SetCacheEnabled : bool -> bool
override this.SetCacheEnabled : bool -> bool

매개 변수

enabled
Boolean

캐시를 사용하거나 사용하지 않도록 설정할지 여부입니다.

반환

true 캐시 및 연결이 null이 아니면 캐시 상태가 설정됩니다.

특성

설명

캐시 상태를 설정합니다.

이면 enabled캐시 및 프리페치를 사용하도록 설정합니다. 그렇지 않으면 캐시 및 프리페치를 사용하지 않도록 설정합니다. 참고: 기본적으로 캐시는 사용하도록 설정됩니다.

에 대한 android.accessibilityservice.AccessibilityService.setCacheEnabled(boolean)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상