If I want to manually clean up the cache (delete all temporary files), is this the correct way to do it?
Cache.shared.removeAll()
The users sometimes want to manually delete all temporary files because they don't like to see an app occupies too much space in their iPhone.
If I want to manually clean up the cache (delete all temporary files), is this the correct way to do it?
Cache.shared.removeAll()The users sometimes want to manually delete all temporary files because they don't like to see an app occupies too much space in their iPhone.