forked from TrueCloudLab/restic
97a307df1a
A file is always cached whole. Thus, any out of bounds access will also fail when directed at the backend. To handle case in which the cached file is broken, then caller must call Cache.Forget(h) for the file in question. |
||
---|---|---|
.. | ||
backend.go | ||
backend_test.go | ||
cache.go | ||
cache_test.go | ||
dir.go | ||
dir_test.go | ||
file.go | ||
file_test.go | ||
testing.go |