MCPcopy Create free account
hub / github.com/facebook/CacheLib / getFileForNvmCacheDrop

Method getFileForNvmCacheDrop

cachelib/allocator/NvmCacheState.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173std::string NvmCacheState::getFileForNvmCacheDrop(folly::StringPiece cacheDir) {
174 return constructFilePath(cacheDir, kShouldDropNvmCache);
175}
176
177std::string NvmCacheState::toString() const {
178 return fmt::format("cleanShutDown={}, shouldDrop={}, creationTime={}",

Callers

nothing calls this directly

Calls 1

constructFilePathFunction · 0.85

Tested by

no test coverage detected