Decide which caching startegy to use ?

Posted by hib on Stack Overflow See other posts from Stack Overflow or by hib
Published on 2010-06-10T06:34:52Z Indexed on 2010/06/14 16:02 UTC
Read the original article Hit count: 224

Hi all,

I want to cache my loaded data so that I can reduce my application start time .

I know several strategies to store application data

i.e. core data, nsuserdefaults , archiving .

Now my scenario is that suppose that I have array of maximum 10 objects each object having 5 fields .

So I can not decide which strategy to store this array an later retrieving the same .

Thanks .

© Stack Overflow or respective owner

Related posts about iphone

Related posts about caching