Clearing NSCache in iOS 9.3 does not work
Asked Answered
P

0

8

Facing an issue when clearing objects stored in NSCache. Trying to use:

 NSCache.removeAllObjects();

But it doesn't seem to be working. I am doing the above using iOS 9.3, which came out just this week.

Pending answered 26/3, 2016 at 5:50 Comment(1)
It's really pathetic experience of iOS 9.3. We need to clear URL response cache also to resolve this issue.Pending

© 2022 - 2024 — McMap. All rights reserved.