Level 53
Axios is only an http client. If you want to cache something, just write the code. It is not hard. There are several packages available for caching with axios as well. For me, I just cache locally with localStorage depending on the expected lifetime of the data.