requestify
requestify copied to clipboard
Added caching option to allow returning cached data before an update.
This ensures faster responses when returning expired data is acceptable. Expired data will be returned once, and then refreshed in the cache. In some cases this is better than having to wait longer for up to date data.