InvocationCacheHelper.CacheInvocationResultDescriptor

public static class InvocationCacheHelper.CacheInvocationResultDescriptor
extends Object

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


Describes the cache results.

Summary

Public constructors

CacheInvocationResultDescriptor(boolean cacheHit, String explanation)

Public methods

String getDetails()
boolean isCacheHit()

Public constructors

CacheInvocationResultDescriptor

public CacheInvocationResultDescriptor (boolean cacheHit, 
                String explanation)

Parameters
cacheHit boolean

explanation String

Public methods

getDetails

public String getDetails ()

Returns
String

isCacheHit

public boolean isCacheHit ()

Returns
boolean