MCPcopy Create free account
hub / github.com/catboost/catboost / PrefetchCache

Method PrefetchCache

util/system/file.cpp:1159–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157 }
1158
1159 void PrefetchCache(i64 offset, i64 length, bool wait) const noexcept {
1160 Handle_.PrefetchCache(offset, length, wait);
1161 }
1162
1163 void EvictCache(i64 offset, i64 length) const noexcept {
1164 Handle_.EvictCache(offset, length);

Callers

nothing calls this directly

Calls 1

PrefetchCacheMethod · 0.45

Tested by

no test coverage detected