restic/internal/cache
Alexander Neumann 0bb2a8e0d0 cache: Synchronize downloading
This commit adds code to synchronize downloading files to the cache.
Before, requests that came in for files currently downloading would fail
because the file was not completed in the cache. Now, the code waits
until the download is completed.

Closes #1278
2017-09-25 15:58:20 +02:00
..
backend.go cache: Synchronize downloading 2017-09-25 15:58:20 +02:00
backend_test.go Add cache 2017-09-24 21:54:53 +02:00
cache.go cache: Synchronize downloading 2017-09-25 15:58:20 +02:00
dir.go Add cache 2017-09-24 21:54:53 +02:00
file.go cache: Auto-remove invalid files 2017-09-24 23:11:47 +02:00
file_test.go Add cache 2017-09-24 21:54:53 +02:00
testing.go Add cache 2017-09-24 21:54:53 +02:00