MCPcopy Create free account
hub / github.com/bytedance/bolt / ssdCache

Method ssdCache

bolt/common/caching/AsyncDataCache.h:781–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779 }
780
781 SsdCache* ssdCache() const {
782 return ssdCache_.get();
783 }
784
785 /// Updates stats for creation of a new cache entry of 'size' bytes,
786 /// i.e. a cache miss. Periodically updates SSD admission criteria,

Callers 15

TearDownMethod · 0.80
waitForWriteMethod · 0.80
checkLoadQuantumMethod · 0.80
loadMethod · 0.80
loadFromSsdMethod · 0.80
setExclusiveToSharedMethod · 0.80
evictMethod · 0.80
appendSsdSaveableMethod · 0.80
TearDownMethod · 0.80
loadDataMethod · 0.80
loadOneMethod · 0.80
loadBatchMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 8

TearDownMethod · 0.64
waitForWriteMethod · 0.64
TearDownMethod · 0.64
loadDataMethod · 0.64
loadOneMethod · 0.64
loadBatchMethod · 0.64
TEST_FFunction · 0.64
DEBUG_ONLY_TEST_FFunction · 0.64