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

Method remove

src/iocore/cache/CacheProcessor.cc:391–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391Action *
392CacheProcessor::remove(Continuation *cont, const CacheKey *key, CacheFragType frag_type, const char *hostname, int host_len)
393{
394 Dbg(dbg_ctl_cache_remove, "[CacheProcessor::remove] Issuing cache delete for %u", cache_hash(*key));
395 return caches[frag_type]->remove(cont, key, frag_type, hostname, host_len);
396}
397
398Action *
399CacheProcessor::scan(Continuation *cont, char *hostname, int host_len, int KB_per_second)

Callers 1

cplist_updateFunction · 0.45

Calls 1

cache_hashFunction · 0.85

Tested by

no test coverage detected