cachios
Version:
Simple axios cache wrapper using node-cache
24 lines (19 loc) • 290 B
Markdown
# Basic Cachios Example
Using Cachios with the default config
```sh
npm install
node index.js
```
## Expected Output
```
Run 0 took 80 ms
Run 1 took 0 ms
Run 2 took 1 ms
Run 3 took 0 ms
Run 4 took 0 ms
Run 5 took 0 ms
Run 6 took 0 ms
Run 7 took 0 ms
Run 8 took 0 ms
Run 9 took 0 ms
```