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

Method EvictCache

util/system/file.cpp:1163–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161 }
1162
1163 void EvictCache(i64 offset, i64 length) const noexcept {
1164 Handle_.EvictCache(offset, length);
1165 }
1166
1167 void FlushCache(i64 offset, i64 length, bool wait) {
1168 if (!Handle_.FlushCache(offset, length, wait)) {

Callers

nothing calls this directly

Calls 1

EvictCacheMethod · 0.45

Tested by

no test coverage detected