Configure cache storage #492
BigBadAlien
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@klis87 What do you think? I can fork the repo, but want to understand possible edge cases, and is it possible to add the feature to one of the next versions |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cache works pretty well if we need to store something while an application is running. But what if we want to keep cache after page reload? Do we have any way to do it?
We can handle it on
onRequest
interceptor but would be great to use the default cache feature. Any cons or thoughts of configuring storage for cache, like 'localStorage', 'memory', 'worker', etc...?Beta Was this translation helpful? Give feedback.
All reactions