@Override protected TServiceClient getClient() throws TException { long cacheTime = RPCHelper.CACHE_TIME_LONG; if (mForseRefresh) cacheTime = RPCHelper.CACHE_TIME_REFRESH; return RPCHelper.getCachedProfileService(mContext, cacheTime); }
@Override protected TServiceClient getClient() throws TException { return RPCHelper.getProfileService(context); }