public string getAppInfo(int id) { if (appCache == null || needReset) { appCache = service.getAppInfo(id); } return(appCache); }