Skip to content

Commit

Permalink
removeAllCachedResponses
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
  • Loading branch information
marinofaggiana committed Oct 8, 2024
1 parent 5ce51f5 commit fd23471
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions iOSClient/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD

NCNetworking.shared.cancelAllTask()

URLCache.shared.memoryCapacity = 0
URLCache.shared.diskCapacity = 0
URLCache.shared.removeAllCachedResponses()

utilityFileSystem.removeGroupDirectoryProviderStorage()
utilityFileSystem.removeGroupApplicationSupport()
Expand Down

0 comments on commit fd23471

Please sign in to comment.