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

Function getCacheKeyKeyTypeName

plugins/cachekey/configs.cc:637–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637const char *
638getCacheKeyKeyTypeName(CacheKeyKeyType type)
639{
640 switch (type) {
641 case CACHE_KEY:
642 return "cache key";
643 case PARENT_SELECTION_URL:
644 return "parent selection url";
645 default:
646 return "unknown";
647 }
648}

Callers 2

CacheKeyMethod · 0.85
finalizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected