From 226718f904af51a41fd9e85650713dffdf3095a9 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Mon, 15 Jul 2019 15:11:46 -0700 Subject: [ios] formatting --- platform/darwin/src/MGLOfflineStorage.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platform/darwin/src/MGLOfflineStorage.h b/platform/darwin/src/MGLOfflineStorage.h index b78303fdda..7a8a7fbbf4 100644 --- a/platform/darwin/src/MGLOfflineStorage.h +++ b/platform/darwin/src/MGLOfflineStorage.h @@ -383,8 +383,9 @@ MGL_EXPORT - (void)setMaximumAmbientCacheSize:(NSUInteger)cacheSize withCompletionHandler:(void (^)(NSError *_Nullable error))completion; /** - Invalidates the ambient cache. Checks that the tiles in the ambient cache match those from the server. Local - tiles that do not match the latest version on the server are updated. + Invalidates the ambient cache. This method checks that the tiles in the + ambient cache match those from the server. Local tiles that do not match + the latest version on the server are updated. This is more efficient than cleaning the cache because valid local tiles will not be downloaded again. -- cgit v1.2.1