InvocationCacheHelper.CacheInvocationResultDescriptor

public static class InvocationCacheHelper.CacheInvocationResultDescriptor
extends Object

java.lang.Object
   ↳ com.android.tradefed.invoker.InvocationCacheHelper.CacheInvocationResultDescriptor


캐시 결과를 설명합니다.

요약

공개 생성자

CacheInvocationResultDescriptor(boolean cacheHit, String explanation)

공개 메서드

String getDetails()
boolean isCacheHit()

공개 생성자

CacheInvocationResultDescriptor

public CacheInvocationResultDescriptor (boolean cacheHit, 
                String explanation)

매개변수
cacheHit boolean

explanation String

공개 메서드

getDetails

public String getDetails ()

반환 값
String

isCacheHit

public boolean isCacheHit ()

반환 값
boolean