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