On windows when specifying a cache location with a pre-existing cache file, it warns that the file will be overwritten although it (I think) doesn't actually overwrite it and instead opens and reuses it.
TODO :
[ ] Verify that the cache is indeed reused successfully
[ ] Change the behavior of the windows message to prevent this false warning
On windows when specifying a cache location with a pre-existing cache file, it warns that the file will be overwritten although it (I think) doesn't actually overwrite it and instead opens and reuses it.
TODO :