Skip to content

Instantly share code, notes, and snippets.

@0916dhkim
Created December 29, 2021 02:44
Show Gist options
  • Save 0916dhkim/e12bdf4c44343b8deb4359930d029b7d to your computer and use it in GitHub Desktop.
Save 0916dhkim/e12bdf4c44343b8deb4359930d029b7d to your computer and use it in GitHub Desktop.
export function useCacheInvalidate() {
const cache = unstable_getCacheForType(createResponseCache);
return (key) => {
cache.delete(key);
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment