InvocationCacheHelper.CacheInvocationResultDescriptor

public static class InvocationCacheHelper.CacheInvocationResultDescriptor
extends Object

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


Önbellek sonuçlarını açıklar.

Özet

Herkese açık kurucular

CacheInvocationResultDescriptor(boolean cacheHit, String explanation)

Herkese açık yöntemler

String getDetails()
boolean isCacheHit()

Herkese açık kurucular

CacheInvocationResultDescriptor

public CacheInvocationResultDescriptor (boolean cacheHit, 
                String explanation)

Parametreler
cacheHit boolean

explanation String

Herkese açık yöntemler

getDetails

public String getDetails ()

İlerlemeler
String

isCacheHit

public boolean isCacheHit ()

İlerlemeler
boolean