With this configuration, I'm getting result?.request?.fromCache undefined. Also, I'm getting [axios-cache-adapter] cache-miss <myUrl>. The request is GET and my axios version is 0.18.1 btw. Have tried with axios@0.19.2 but got the same results.
What I'm doing wrong here? 🤔
Hi there! I'm trying to use this lib in a Nodejs server. Here is my config:
With this configuration, I'm getting
result?.request?.fromCache
undefined. Also, I'm getting[axios-cache-adapter] cache-miss <myUrl>
. The request is GET and myaxios
version is0.18.1
btw. Have tried with axios@0.19.2 but got the same results. What I'm doing wrong here? 🤔