2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-03 20:38:28 +00:00
Michael Eischer 97a307df1a cache: Always use cached file if it exists
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.
2024-05-18 21:28:54 +02:00
..
2021-01-30 20:19:47 +01:00