axios-extensions icon indicating copy to clipboard operation
axios-extensions copied to clipboard

Is it possible to check if request is cached using axios response

Open himasimplisafe opened this issue 3 years ago • 1 comments

Once request is cached using adapters, is there a way to check if request is cached using axios response?

himasimplisafe avatar Mar 11 '22 19:03 himasimplisafe

Maybe use xior? in xior's cache plugin, you can know the data if from cache with fromCache field:

https://github.com/suhaotian/xior?tab=readme-ov-file#cache-plugin

suhaotian avatar Mar 08 '24 02:03 suhaotian