MCPcopy 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_internalMethod · 0.95
diskInitializedMethod · 0.95
cacheInitializedMethod · 0.80
open_doneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected