InvocationCacheHelper.CacheInvocationResultDescriptor

public static class InvocationCacheHelper.CacheInvocationResultDescriptor
extends Object

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


Beschreibt die Cache-Ergebnisse.

Zusammenfassung

Öffentliche Konstruktoren

CacheInvocationResultDescriptor(boolean cacheHit, String explanation)

Öffentliche Methoden

String getDetails()
boolean isCacheHit()

Öffentliche Konstruktoren

CacheInvocationResultDescriptor

public CacheInvocationResultDescriptor (boolean cacheHit, 
                String explanation)

Parameter
cacheHit boolean

explanation String

Öffentliche Methoden

getDetails

public String getDetails ()

Returns
String

isCacheHit

public boolean isCacheHit ()

Returns
boolean