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

Method ClearAllCaches

libs/map/framework.cpp:1193–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191}
1192
1193void Framework::ClearAllCaches()
1194{
1195 m_featuresFetcher.ClearCaches();
1196 m_infoGetter->ClearCaches();
1197 GetSearchAPI().ClearCaches();
1198}
1199
1200void Framework::OnUpdateCurrentCountry(m2::PointD const & pt, int zoomLevel)
1201{

Callers

nothing calls this directly

Calls 1

ClearCachesMethod · 0.45

Tested by

no test coverage detected