ClearMachineCache() public static method

Clears the local machine cache.
public static ClearMachineCache ( ) : void
return void
 public void Dispose()
 {
     // Clear the machine cache during the end of every test to make sure that we always hit the gallery.
     ClientSdkHelper.ClearMachineCache();
 }
 public ClearMachineCacheFixture()
 {
     // Clear the machine cache during the start of every test to make sure that we always hit the gallery.
     ClientSdkHelper.ClearMachineCache();
 }