Added clearAppLevelFiles in MVMCoreGetterUtility
This commit is contained in:
parent
2fedd36669
commit
2b021d67a8
@ -161,3 +161,12 @@ extension PersistentCacheManager {
|
||||
|
||||
}
|
||||
|
||||
@objc public extension MVMCoreGetterUtility {
|
||||
|
||||
@objc static func clearAppLevelFiles() {
|
||||
|
||||
PersistentCacheManager.shared.clearPersistentAppLevelCache()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user