I\'ve noticed that NSCache evicts all of its object when the application goes in background. is that the expected behaviour? is there a way to avoid it?
I would exp
The comments in this related post indicate that an NSCache is cleared when the app enters the background. NSCache is not evicting data