I get both a cache and mpc file when I execute the following code:
Or are you trying to do something else?
using (MagickImageCollection images = new MagickImageCollection()) { images.Add("logo:"); images.Add("logo:"); images.Write(@"C:\test.mpc"); }