MCPcopy Create free account
hub / github.com/apache/kvrocks / FlushBlockCache

Method FlushBlockCache

src/storage/storage.cc:845–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845void Storage::FlushBlockCache() { shared_block_cache_->EraseUnRefEntries(); }
846
847Status Storage::ReplicaApplyWriteBatch(rocksdb::WriteBatch *batch, const rocksdb::WriteOptions &options) {
848 return applyWriteBatch(options, batch);

Callers 1

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected