Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ shutdown
Method
shutdown
bolt/common/caching/AsyncDataCache.cpp:681–685 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
679
}
680
681
void AsyncDataCache::shutdown() {
682
for (auto& shard : shards_) {
683
shard->shutdown();
684
}
685
}
686
687
void CacheShard::shutdown() {
688
entries_.clear();
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected