Use the following buttons to control apollo3-cache-persist.
124 |125 | Once you've loaded the initial data, you should see "Loading fresh 126 | data" followed by the list of cached Launches every time you reload 127 | the page. 128 |
129 |130 | Clear cache should remove everything from the localstorage, so that 131 | when you reload the page, you should see "Loading initial data..." 132 | for a moment. 133 |
134 |135 | Debugging output is enabled,{' '} 136 | make sure to open Developer console to see what's 137 | going on. You can see the cached data under{' '} 138 | Application → Local Storage. 139 |
140 | 141 | 142 |