1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-23 08:16:36 +00:00
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.go cache: Drop cache entry if it cannot be processed 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
cache.go
dir.go
dir_test.go
file.go
file_test.go
testing.go