Esempio n. 1
0
 public IDisposable EnableCaching(ProjectId key)
 {
     return(_hostService != null
         ? _hostService.EnableCaching(key)
         : null);
 }
Esempio n. 2
0
 public IDisposable EnableCaching(ProjectId key)
 {
     return(_hostService?.EnableCaching(key));
 }