frostfs-node/pkg/local_object_storage/writecache
Leonard Lyubich 3f293cb55e [] storage/shard: Try to read headers from write-cache
Shard should try to read object headers from write-cache if it is enabled.

Extend `writecache.Cache` interface with `Head` method. Call the method in
`Shard.Head` if `Shard.hasWriteCache` returns true.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-09-02 11:33:17 +03:00
..
delete.go [] shard/writecache: Maintain memory size and db size 2021-06-21 14:26:30 +03:00
doc.go [] blobstor: implement write-cache 2021-04-29 17:36:36 +03:00
flush.go [] shard/writecache: Maintain memory size and db size 2021-06-21 14:26:30 +03:00
get.go [] write-cache: Implement Head operation 2021-09-02 11:33:17 +03:00
options.go [] writecache: Delete unused dbSize param 2021-08-27 15:05:53 +03:00
persist.go [] shard/writecache: Maintain memory size and db size 2021-06-21 14:26:30 +03:00
put.go [] blobstor: implement write-cache 2021-04-29 17:36:36 +03:00
storage.go [] Use util.MkdirAllX instead of os.MkdirAll 2021-07-30 16:42:22 +03:00
writecache.go [] storage/shard: Try to read headers from write-cache 2021-09-02 11:33:17 +03:00