Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storing cache in different key in AsyncStorage for persistance. #217

Open
rockfight opened this issue Mar 27, 2020 · 0 comments
Open

Storing cache in different key in AsyncStorage for persistance. #217

rockfight opened this issue Mar 27, 2020 · 0 comments
Labels
project-apollo-client (legacy) LEGACY TAG DO NOT USE

Comments

@rockfight
Copy link

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.

@jpvajda jpvajda added the project-apollo-client (legacy) LEGACY TAG DO NOT USE label Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project-apollo-client (legacy) LEGACY TAG DO NOT USE
Projects
None yet
Development

No branches or pull requests

2 participants