There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
cache http request result seamlessly on the browser to avoid over loading api with hits. When you make any http request with axios or any other http request tool. Mostly for get requests the response data is cached in session safely and subsequent request is loaded from catch instead of api for the time specified.