MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Browser / ClearContentCache

Method ClearContentCache

BrowserWindow.cpp:811–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809}
810
811HRESULT BrowserWindow::ClearContentCache()
812{
813 return m_tabs.at(m_activeTabId)->m_contentWebView->CallDevToolsProtocolMethod(L"Network.clearBrowserCache", L"{}", nullptr);
814}
815
816HRESULT BrowserWindow::ClearControlsCache()
817{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected