making removeCaches method public
This commit is contained in:
parent
3d792b58f7
commit
25867dd049
@ -73,6 +73,10 @@
|
|||||||
* @return True if the calling process should continue. */
|
* @return True if the calling process should continue. */
|
||||||
+ (BOOL)cachePages:(nullable NSDictionary *)pages loadObject:(nonnull MVMCoreLoadObject *)loadObject error:(MVMCoreErrorObject *_Nullable *_Nullable)error;
|
+ (BOOL)cachePages:(nullable NSDictionary *)pages loadObject:(nonnull MVMCoreLoadObject *)loadObject error:(MVMCoreErrorObject *_Nullable *_Nullable)error;
|
||||||
|
|
||||||
|
/** Removes the Cached pages and modules.
|
||||||
|
* @param cacheDictionary a dictionary of pages and modules to be removed. */
|
||||||
|
+ (void)removeCaches:(nullable NSDictionary *)cacheDictionary;
|
||||||
|
|
||||||
/** Creates the view controller based on the load object passed in.
|
/** Creates the view controller based on the load object passed in.
|
||||||
* @param loadObject The load data from the cache or server.
|
* @param loadObject The load data from the cache or server.
|
||||||
* @param completionHandler The completion handler to load once finished. Returns any loaded view controller and the load.*/
|
* @param completionHandler The completion handler to load once finished. Returns any loaded view controller and the load.*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user