I am very new to NSCache.
I have an API call which results in several objects.How to store these objects in NSCache so that I don't require to call the API again.
How much data can be stored in NSCache. Is there a specific limit to store the data in NSCache.
Please help me.
Take a look at documentation and sample code.
Here is good explanation by Nick Zitzmann.