rclone/vfs/vfscache
Nick Craig-Wood 917cb4acb3 vfs: implement partial reads in --vfs-cache-mode full
This allows reads to only read part of the file and it keeps on disk a
cache of what parts of each file have been loaded.

File data itself is kept in sparse files.
2020-06-30 12:01:36 +01:00
..
cache.go vfs: implement partial reads in --vfs-cache-mode full 2020-06-30 12:01:36 +01:00
cache_test.go vfs: implement partial reads in --vfs-cache-mode full 2020-06-30 12:01:36 +01:00
downloader.go vfs: implement partial reads in --vfs-cache-mode full 2020-06-30 12:01:36 +01:00
item.go vfs: implement partial reads in --vfs-cache-mode full 2020-06-30 12:01:36 +01:00