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

Method sizeCacheRemove

plugins/slice/Config.cc:388–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void
389Config::sizeCacheRemove(std::string_view url)
390{
391 if (m_oscache) {
392 DEBUG_LOG("Removing url from cache: %.*s", static_cast<int>(url.size()), url.data());
393 m_oscache->remove(url);
394 }
395}

Callers 1

update_object_sizeFunction · 0.80

Calls 3

sizeMethod · 0.45
dataMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected