MCPcopy 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
681void AsyncDataCache::shutdown() {
682 for (auto& shard : shards_) {
683 shard->shutdown();
684 }
685}
686
687void CacheShard::shutdown() {
688 entries_.clear();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected