Пример #1
0
 private void WhenISetUpCacheManager()
 {
     try
     {
         _ocelotBuilder.AddCacheManager(x => {
             x.WithMaxRetries(_maxRetries);
             x.WithDictionaryHandle();
         });
     }
     catch (Exception e)
     {
         _ex = e;
     }
 }