react-next-keep-alive icon indicating copy to clipboard operation
react-next-keep-alive copied to clipboard

How to delete the page cache when i need do that?

Open notminusone opened this issue 2 years ago • 2 comments

notminusone avatar Jun 03 '22 07:06 notminusone

@notminusone Did you solve this problem?

weee-shinan avatar Jun 28 '22 01:06 weee-shinan

Give a try react-fiber-keep-alive, the react fiber based keep-alive implementation.

shenjunru avatar Jun 29 '22 15:06 shenjunru

As written in the docs:

import { keepAliveDropCache } from 'react-next-keep-alive'
keepAliveDropCache(name?: string | ((cacheKeys: string[]) => string | string[]), scrollToTop: boolean)

AlexSapoznikov avatar Mar 24 '23 13:03 AlexSapoznikov