CacheClientFactory 类的构造函数

public final class CacheClientFactory
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.util.CacheClientFactory


用于创建 ICacheClient 的单例实例的工厂。

摘要

公共构造函数

CacheClientFactory()

公共方法

static ICacheClient createCacheClient(File workFolder, String instanceName)

创建 ICacheClient 的单例实例。

公共构造函数

CacheClientFactory 类的构造函数

public CacheClientFactory ()

公共方法

createCacheClient 创建缓存客户端

public static ICacheClient createCacheClient (File workFolder, 
                String instanceName)

创建 ICacheClient 的单例实例。

在此调用中,每个位置只会创建并共享一个单例实例。这个 是线程安全的。

参数
workFolder File:客户端在其中创建临时文件的工作文件夹。

instanceName String:远程执行 API 的实例名称。

返回
ICacheClient ICacheClient 的实例。