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
I have noticed that the internal 'caches' object is not being re-populated based on whether localStorage or whatever the underlying storage has. Put in other words, angular-cache is not picking up existing caches on startup.
The text was updated successfully, but these errors were encountered:
Only data gets reloaded, not the meta information associated with a cache. So you need to run the code that creates a cache every time your app loads, and the cache will possibly load any data that was previously saved under that cache's name
I have noticed that the internal 'caches' object is not being re-populated based on whether localStorage or whatever the underlying storage has. Put in other words, angular-cache is not picking up existing caches on startup.
The text was updated successfully, but these errors were encountered: