❔useCache

This parameters, when set to true will root the query to our cache and look for a cached response for the specified address. If a cached response is found it will send it back along with the timestamp of the time those data were fetched. If no cached data were to be found, the query will be rooted to the classic fetch and will be acting as if the parameter was set to false.

Last updated