rclone/backend/cache
Nick Craig-Wood 8ee6034b23 Look for Fs in the cache rather than calling NewFs directly
This will save operations when rclone is used in remote control mode
or with the same remote multiple times in the command line.
2019-05-27 16:14:55 +01:00
..
cache_internal_test.go build: fix problems found with unconvert 2019-02-02 11:45:07 +00:00
cache_mount_unix_test.go cache: update internal tests and small fixes 2018-06-08 23:34:38 +03:00
cache_mount_windows_test.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
cache_test.go local: define OpenWriterAt interface and test and implement it #2252 2019-05-11 23:35:19 +01:00
cache_unsupported.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
cache_upload_test.go build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
cache.go Look for Fs in the cache rather than calling NewFs directly 2019-05-27 16:14:55 +01:00
directory.go build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
handle.go build: fixup code formatting after goimports change 2018-10-13 22:47:12 +01:00
object.go cache: improve performance by not sending info requests for cached chunks 2018-09-03 15:41:06 +01:00
plex.go Update after goimports change 2018-12-04 10:11:57 +00:00
storage_memory.go Update after goimports change 2018-12-04 10:11:57 +00:00
storage_persistent.go cache: Use walk.ListR for listing the temporary Fs. 2019-03-16 17:41:12 +00:00