Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ start
Method
start
src/iocore/cache/CacheProcessor.cc:120–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
};
119
120
int
121
CacheProcessor::start(int, size_t)
122
{
123
RecRegNewSyncStatSync(CachePeriodicMetricsUpdate);
124
125
return start_internal(0);
126
}
127
128
void
129
CachePeriodicMetricsUpdate()
Callers
2
testRunStarting
Method · 0.45
init_cache
Function · 0.45
Calls
1
RecRegNewSyncStatSync
Function · 0.85
Tested by
no test coverage detected