Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ setCacheable
Method
setCacheable
bolt/common/caching/AsyncDataCache.h:250–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
void setCacheable(bool cacheable) {
251
cacheable_ = cacheable;
252
}
253
254
bool getCacheable() {
255
return cacheable_;
Callers
1
initEntry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected