예제 #1
0
파일: Program.cs 프로젝트: boivlad/Patterns
 public string getAppInfo(int id)
 {
     if (appCache == null || needReset)
     {
         appCache = service.getAppInfo(id);
     }
     return(appCache);
 }