v1.2.1
Cache bug fixes
Cache update did not actually happened since the subprocess was not "real" and spawned in the same process, causing it to silently fail.
Now spawning reach subprocess I the background that executes and updates the cache correctly.