MCPcopy Create free account
hub / github.com/apache/trafficserver / init_cache

Function init_cache

src/iocore/cache/unit_tests/main.cc:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164CATCH_REGISTER_LISTENER(EventProcessorListener);
165
166void
167init_cache(size_t /* size ATS_UNUSED */, const char * /* name ATS_UNUSED */)
168{
169 ink_cache_init(ts::ModuleVersion(1, 0, ts::ModuleVersion::PRIVATE));
170 cacheProcessor.start();
171}
172
173void
174build_hdrs(HTTPInfo &info, const char *url, const char *content_type)

Calls 3

ink_cache_initFunction · 0.85
ModuleVersionClass · 0.85
startMethod · 0.45

Tested by

no test coverage detected