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

Method ClearCaches

libs/search/geocoder.cpp:435–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435void Geocoder::ClearCaches()
436{
437 m_pivotRectsCache.Clear();
438 m_localityRectsCache.Clear();
439
440 m_matchersCache.clear();
441 m_streetsCache.Clear();
442 m_hotelsCache.Clear();
443 m_postcodePointsCache.Clear();
444 m_postcodes.Clear();
445}
446
447void Geocoder::SetParamsForCategorialSearch(Params const & params)
448{

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected