sindresorhus/refined-github





The issue has been closed
Cache not invalidates #3383
muescha posted onGitHub
Descriptiion
on my setup the cache not invalidates correct.
symptom i faced
this results in some "errors" because of stale cache:
- #3324
Bug at "Shows PRs that touch the current file."?
- #3301
Feature Request: on an 404 with master try to redirect to main
show-associated-branch-prs-on-fork
shows old data after 2 days
Suggested: page refresh
source https://github.com/sindresorhus/refined-github/issues/3302#issuecomment-662129283
maxAge: 1 / 2, staleWhileRevalidate: 4,
staleWhileRevalidate means that you'll see cached data for 4 days after it expires (half a day), but one more page refresh will show the latest information.
i have done the page reload (<kbd>ā</kbd>+<kbd>r</kbd>) and hard reload (<kbd>ā</kbd>+<kbd>ā§</kbd>+<kbd>r</kbd>) many times before i reported an issue here.
How can i help
- is there a way to track this problem?
- how can i help to find the cause of the cache problem?