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

Function TSCacheKeyCreate

src/api/InkAPI.cc:2977–2985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2975}
2976
2977TSCacheKey
2978TSCacheKeyCreate()
2979{
2980 TSCacheKey key = reinterpret_cast<TSCacheKey>(new CacheInfo());
2981
2982 // TODO: Probably remove this when we can be use "NEW" can't fail.
2983 sdk_assert(sdk_sanity_check_cachekey(key) == TS_SUCCESS);
2984 return key;
2985}
2986
2987TSReturnCode
2988TSCacheKeyDigestSet(TSCacheKey key, const char *input, int length)

Callers 5

CacheKeyCreateFunction · 0.85
setup_requestFunction · 0.85
removeCacheKeyFunction · 0.85
KeyMethod · 0.85

Calls 1

Tested by 1