rclone/backend/cache
Nick Craig-Wood 70c8566cb8 fs: Pin created backends until parents are finalized
This attempts to solve the backend lifecycle problem by

- Pinning backends mentioned on the command line into the cache
  indefinitely

- Unpinning backends when the containing structure (VFS, wrapping
  backend) is destroyed

See: https://forum.rclone.org/t/rclone-rc-backend-command-not-working-as-expected/18834
2020-09-01 18:21:03 +01:00
..
cache_internal_test.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
cache_test.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
cache_unsupported.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
cache_upload_test.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
cache.go fs: Pin created backends until parents are finalized 2020-09-01 18:21:03 +01:00
directory.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
handle.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
object.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
plex.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
storage_memory.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
storage_persistent.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
utils_test.go cache: move methods used for testing into test file 2020-03-16 18:41:32 +00:00