restic/internal/cache
Michael Eischer 34c1a83340 cache: Drop cache entry if it cannot be processed
Failing to process data requested from the cache usually indicates a
problem with the returned data. Assume that the cache entry is somehow
damaged and retry downloading it once.
2022-09-25 11:55:09 +02:00
..
backend_test.go cache: Drop cache entry if it cannot be processed 2022-09-25 11:55:09 +02:00
backend.go cache: Drop cache entry if it cannot be processed 2022-09-25 11:55:09 +02:00
cache.go
dir_test.go
dir.go
file_test.go internal/cache: extend description of cache sharing test failure 2022-09-24 13:07:01 +02:00
file.go cache: Just try to open cache entry without calling stat first 2022-08-19 20:59:06 +02:00
testing.go