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