TallerWebSolutions / apollo-cache-instorage

Apollo Cache implementation that facilitates locally storing resources
MIT License
96 stars 11 forks source link

client.resetStore() clears localStorage #15

Open omniteq opened 4 years ago

omniteq commented 4 years ago

Thank you for that great library! It's very useful.

For some reason, apollo-cache-instorage clears localStorage when I call client.resetStore() after a user logs in. I can see it's related to objectStorageCache.clear() method.

Is it intended behavior? Seem unintuitive to me, but I'm sure there is an explanation.

Thanks