623 B

Introduction

What is this library?

This package is an interceptor for axios that adds caching capabilities to it. It is a simple, easy to use and powerful library.

You can use it to optimize requests and not have to worry about duplicated requests or even needing one of those fat javascript libraries for state management.

Features

  • Concurrent requests
  • Typescript support
  • Unit tests
  • Header interpretation
  • ETag and If-Modified-Since cache support
  • Infinity storage options
  • Cache revalidation from responses
  • Support for external storages