restic/internal/cache
Alexander Neumann 0f83fea007 cache: Fix test for new behavior
Accessing beyond the end of the file now removes the file from the cache
because it is assumed to be truncated. Usually, this means that the data
is fetched directly from the backend instead.
2018-08-11 23:11:51 +02:00
..
backend.go cache: Ensure failed downloads are retried 2018-06-09 17:50:56 +02:00
backend_test.go cache: Ensure failed downloads are retried 2018-06-09 17:50:56 +02:00
cache.go cache: Don't recreate CACHEDIR.TAG 2018-07-08 12:05:12 +02:00
dir.go cache: Correctly return dir for Windows/darwin 2017-11-20 06:11:18 +01:00
file.go cache: Remove files from cache which are too small 2018-08-11 22:47:01 +02:00
file_test.go cache: Fix test for new behavior 2018-08-11 23:11:51 +02:00
testing.go Add cache 2017-09-24 21:54:53 +02:00