Added clearAppLevelFiles in MVMCoreGetterUtility

This commit is contained in:
mayur nilwant 2024-06-13 14:57:57 -04:00
parent 2fedd36669
commit 2b021d67a8

View File

@ -161,3 +161,12 @@ extension PersistentCacheManager {
}
@objc public extension MVMCoreGetterUtility {
@objc static func clearAppLevelFiles() {
PersistentCacheManager.shared.clearPersistentAppLevelCache()
}
}