Added @objc to expose it outside swift.
This commit is contained in:
parent
a484f5a193
commit
37a9cea3f4
@ -121,7 +121,8 @@ public class CachedData: Codable {
|
|||||||
}
|
}
|
||||||
extension PersistentCacheManager {
|
extension PersistentCacheManager {
|
||||||
|
|
||||||
func clearPersistentAppLevelCache() {
|
@objc public func clearPersistentAppLevelCache() {
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
|
||||||
try PersistentCacheManager.shared.removeAllAppLevel()
|
try PersistentCacheManager.shared.removeAllAppLevel()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user