Clearing NSCache in iOS 9.3 does not work

Viewed 426

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.

0 Answers
Related