request-cacher

Cache network request data to avoid repeated requests and improve response time. # Install ```node npm install request-cacher -S ``` # Usage ```javascript import {requestCache} from 'request-cacher' // import axios from 'axios' async function get

0.0.2 • Published 3 years ago