You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
This probably needs some way to specify a 'cache-key' and an expiration time as a portion of the API. Maybe an optional third function to the connect calls that returns those values?
It might be possible by creating an "intercept transport" for the node-wpapi library that does something like hashing the final request URL and storing that as the cache-key. Before each request is fired, we check if the hash is different. Something like that?
In a SPA if I navigate back Kasia shouldn't have to re-run the queries to build the page.
The text was updated successfully, but these errors were encountered: