2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-26 04:22:36 +00:00
restic/internal/cache
Alexander Neumann 8e2ef3f38b cache: Store first, then store in the backend
Store the file in the backend, then rewind the reader and store it
in the cache afterwards.
2017-10-17 22:01:20 +02:00
..
backend_test.go Add cache 2017-09-24 21:54:53 +02:00
backend.go cache: Store first, then store in the backend 2017-10-17 22:01:20 +02:00
cache.go cache: OS-specific cache directories 2017-09-27 21:16:22 -07:00
dir.go cache: OS-specific cache directories 2017-09-27 21:16:22 -07:00
file_test.go Add cache 2017-09-24 21:54:53 +02:00
file.go cache: Refuse to cache truncated files 2017-10-05 20:40:02 +02:00
testing.go Add cache 2017-09-24 21:54:53 +02:00