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