9#import <Foundation/Foundation.h> 
   13NS_ASSUME_NONNULL_BEGIN
 
   18@protocol MPDataSetCacheManagerDelegate;
 
   19@protocol MPDataSetCacheManagerSizeDelegate;
 
   40@property (nonatomic, nullable, weak) id<MPDataSetCacheManagerDelegate> 
delegate;
 
  138- (void) fetchSyncSizesForDataSetCaches:(NSArray<
MPDataSetCache*>*)dataSetCaches delegate:(
id<MPDataSetCacheManagerSizeDelegate>)delegate;
 
MPDataSetCachingStrategy
Definition MPDataSetEnums.h:39
 
MPDataSetCacheScope
Definition MPDataSetEnums.h:15
 
Definition MPDataSetCache.h:20
 
Definition MPDataSetCacheItem.h:20
 
Definition MPDataSetCacheManager.h:26
 
nullable MPDataSetCache * dataSetForCurrentMapsIndoorsAPIKey()
 
id< MPDataSetCacheManagerDelegate > delegate
Definition MPDataSetCacheManager.h:40
 
void synchronizeContent()
 
NSArray< MPDataSetCache * > * managedDataSets
Definition MPDataSetCacheManager.h:45
 
instancetype NS_UNAVAILABLE()
 
void cancelSynchronization()
 
BOOL isSyncing
Definition MPDataSetCacheManager.h:50