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
Angular-cache needs to somehow be able to detect when another party has modified angular-cache's items that are saved in localStorage and either fix the problem or modify its own internal state to reflect the changes.
The text was updated successfully, but these errors were encountered:
The most angular-cache can do is continually sync its own internal state to localStorage, including during reads. That way, even if localStorage somehow gets wiped out with angular-cache is still running in the browser, angular-cache will eventually become consistent with localStorage.
See #36
Angular-cache needs to somehow be able to detect when another party has modified angular-cache's items that are saved in localStorage and either fix the problem or modify its own internal state to reflect the changes.
The text was updated successfully, but these errors were encountered: