You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 ) i am curious if there is any other backend i can use to store cache data
2 ) is there any way to clear all expired cache in splash screen ?
3 ) can we reclaim space occupied by expired cache data ?
The text was updated successfully, but these errors were encountered:
According to a code comment, you should be able to use any other backend that conforms to the AsyncStorage API. I don't know why that interface is not defined. backend is currently typed as any (in TypeScript).
1 ) i am curious if there is any other backend i can use to store cache data
2 ) is there any way to clear all expired cache in splash screen ?
3 ) can we reclaim space occupied by expired cache data ?
The text was updated successfully, but these errors were encountered: