Changes made as per feedback on MR.

This commit is contained in:
mayur nilwant 2024-06-17 12:23:09 -04:00
parent c8c8d906ee
commit d26e2d52ba

View File

@ -32,7 +32,7 @@ public extension MVMCoreGetterUtility {
UIApplication.shared.connectedScenes.flatMap { ($0 as? UIWindowScene)?.windows ?? [] }.first { $0.isKeyWindow }
}
@objc static func clearAppLevelFiles() {
@objc static func clearApplicationCache() {
PersistentCacheManager.shared.clearPersistentAppLevelCache()