mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 21:27:34 +00:00
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_test.go | ||
backend.go | ||
cache_test.go | ||
cache.go | ||
dir_test.go | ||
dir.go | ||
file_test.go | ||
file.go | ||
testing.go |