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