Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ IsCacheEnabled
Method
IsCacheEnabled
src/iocore/cache/CacheProcessor.cc:700–704 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
698
}
699
700
int
701
CacheProcessor::IsCacheEnabled()
702
{
703
return CacheProcessor::initialized;
704
}
705
706
bool
707
CacheProcessor::IsCacheReady(CacheFragType type)
Callers
5
EXCLUSIVE_REGRESSION_TEST(cache)
Function · 0.80
REGRESSION_TEST(ram_cache)
Function · 0.80
CB_cmd_cache_clear
Function · 0.80
CB_cmd_cache_check
Function · 0.80
mainEvent
Method · 0.80
Calls
no outgoing calls
Tested by
2
EXCLUSIVE_REGRESSION_TEST(cache)
Function · 0.64
REGRESSION_TEST(ram_cache)
Function · 0.64