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
if the cache needs to reinitialize from local storage, lets say 10 items: cache.keys().length === 10 but cache.info().size === 0. During setStorageMode the $$lruHeap should be initialized, right?
The text was updated successfully, but these errors were encountered:
This is somewhat of an involved fix, because right now the $$exiresHeap isn't getting initialized either. I'm planning to fix it on Saturday when I finally have internet at my house.
This is somewhat of an involved fix, because right now the $$exiresHeap isn't getting initialized either. I'm planning to fix it on Saturday when I finally have internet at my house.
—
Reply to this email directly or view it on GitHub #1 (comment).
if the cache needs to reinitialize from local storage, lets say 10 items:
cache.keys().length === 10
butcache.info().size === 0
. DuringsetStorageMode
the$$lruHeap
should be initialized, right?The text was updated successfully, but these errors were encountered: