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