frostfs-node/pkg/local_object_storage/writecache
Leonard Lyubich 3f293cb55e [#762] 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 [#568] shard/writecache: Maintain memory size and db size 2021-06-21 14:26:30 +03:00
doc.go [#472] blobstor: implement write-cache 2021-04-29 17:36:36 +03:00
flush.go [#568] shard/writecache: Maintain memory size and db size 2021-06-21 14:26:30 +03:00
get.go [#762] write-cache: Implement Head operation 2021-09-02 11:33:17 +03:00
options.go [#773] writecache: Delete unused dbSize param 2021-08-27 15:05:53 +03:00
persist.go [#568] shard/writecache: Maintain memory size and db size 2021-06-21 14:26:30 +03:00
put.go [#472] blobstor: implement write-cache 2021-04-29 17:36:36 +03:00
storage.go [#727] Use util.MkdirAllX instead of os.MkdirAll 2021-07-30 16:42:22 +03:00
writecache.go [#762] storage/shard: Try to read headers from write-cache 2021-09-02 11:33:17 +03:00