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
{{ message }}
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
Store.clear()claims that it will purge all entries from memory and disk cacheBut in fact it only clears from the disk the entries that are currently in the memory cache.
If you call this method after a cold start, nothing will be purged from disk, leaving many entries roaming around the disk without a pointer.