HQTracy
Results
1
issues of
HQTracy
public static CacheClient getInstance() { if (mCacheClient == null) { synchronized (CacheClient.class) { if (mCacheClient == null) { mCacheClient = new CacheClient(); } } } return mCacheClient; }