Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ waitForCache
Method
waitForCache
include/iocore/cache/Cache.h:139–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
void cacheInitialized();
138
139
int
140
waitForCache() const
141
{
142
return wait_for_cache;
143
}
144
145
static uint32_t cache_ready;
146
static int initialized;
Callers
4
start_internal
Method · 0.95
diskInitialized
Method · 0.95
cacheInitialized
Method · 0.80
open_done
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected