コード例 #1
0
ファイル: Program.cs プロジェクト: boivlad/Patterns
 public string getAppInfo(int id)
 {
     if (appCache == null || needReset)
     {
         appCache = service.getAppInfo(id);
     }
     return(appCache);
 }