According to the docs, cordova.file.cacheDirectory is: "Cached files that should survive app restarts. Apps should not rely on the OS to delete files in here. "
If you read this immediately after reading the docs for cordova.file.dataDirectory, you may think that files there do NOT survive app restarts. Can we flesh out this a bit more perhaps?