Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ cacheid
Method
cacheid
src/leveldb/persistent_cache/persistent_cache_file.h:75–75 ·
view source on GitHub ↗
get cache ID
Source
from the content-addressed store, hash-verified
73
std::string Path() const { return path_; }
74
// get cache ID
75
uint64_t cacheid() const { return cache_id_; }
76
77
Status Delete(uint64_t* size);
78
Callers
8
MakeRoomForWrite
Method · 0.80
Insert
Method · 0.80
DeleteFileAndReleaseCache
Method · 0.80
GarbageCollect
Method · 0.80
Insert
Method · 0.80
Init
Method · 0.80
operator()
Method · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected