Parallelize cache in nipype

I’m using the MultiProc plugin in my workflow and I can see that when it runs for the first time the processes are launched in parallel.
However, when nipype is checking the cache of already computed nodes it takes a really long time because it appears to run serially instead of using the multiple cpus that are available.
Do I need to toggle some option to force parallelization of cache?