From 25e05c6c531327672c42d144579c8a5fdb3aa8cf Mon Sep 17 00:00:00 2001 From: Xi Zhang Date: Mon, 17 Jun 2024 20:55:20 -0400 Subject: [PATCH] update API description. --- MVMCore/MVMCore/OtherHandlers/MVMCoreCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.h b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.h index e4680b0..fabbe59 100644 --- a/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.h +++ b/MVMCore/MVMCore/OtherHandlers/MVMCoreCache.h @@ -150,7 +150,7 @@ typedef void(^MVMCoreGetImageBlock)(UIImage * _Nullable, NSData * _Nullable, BOO // Removes a json dictionary from the cache by pageType. - (void)removePersistentJSONCacheForPageType:(nonnull NSString *)pageType pageJSON:(nonnull NSDictionary *)jsonDictionary; -// Removes a json dictionary from the cache by pageType. +// Removes a json dictionary from the cache by moduleType. - (void)removePersistentModuleCacheForModule:(nonnull NSString *)moduleType moduleJSON:(nonnull NSDictionary *)jsonDictionary; #pragma mark Image Functions