MCPcopy Create free account
hub / github.com/comaps/comaps / ClearCache

Method ClearCache

libs/indexer/mwm_set.cpp:339–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void MwmSet::ClearCache()
340{
341 lock_guard<mutex> lock(m_lock);
342 ClearCacheImpl(m_cache.begin(), m_cache.end());
343}
344
345MwmSet::MwmId MwmSet::GetMwmIdByCountryFile(CountryFile const & countryFile) const
346{

Callers 2

~TestWithCustomMwmsMethod · 0.45
~EditorTestMethod · 0.45

Calls 3

RemoveIfKeepValidFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 2

~TestWithCustomMwmsMethod · 0.36
~EditorTestMethod · 0.36