it depends on the vfs file cache mode
rclone mount --vfs-cache-mode=off
- does not use vfs file cache
"If an upload fails it can't be retried"
rclone mount --vfs-cache-mode=writes|full
- does use vfs file cache
"If an upload fails it will be retried "
can check out my summary of two vfs caches