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