apollo-feature-requests icon indicating copy to clipboard operation
apollo-feature-requests copied to clipboard

Storing cache in different key in AsyncStorage for persistance.

Open rockfight opened this issue 4 years ago • 0 comments

I was wondering if the data can be stored in asyncstorage in different keys. As the per key limitation is limited to 2 MB but total storage can be incremented from 6 MB to higher in Android and in IOS it is not limited. Currently all data are stored in single key which poses limitation of 2 MB. I am aware of other storage but AsyncStorage seems simplest to implement.

rockfight avatar Mar 27 '20 03:03 rockfight