Currently, the local cache is based on `localStorage`, which works fine but has limited capacity. Another approach would be based on IndexedDB instead (https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)
Currently, the local cache is based on
localStorage, which works fine but has limited capacity. Another approach would be based on IndexedDB instead (https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)