https://github.com/zkat/fetch-cache
Cache API implementation + protocol
https://github.com/zkat/fetch-cache
Last synced: 6 months ago
JSON representation
Cache API implementation + protocol
- Host: GitHub
- URL: https://github.com/zkat/fetch-cache
- Owner: zkat
- License: other
- Created: 2017-04-17T11:17:02.000Z (over 8 years ago)
- Default Branch: latest
- Last Pushed: 2017-04-17T11:22:44.000Z (over 8 years ago)
- Last Synced: 2025-06-24T13:10:50.881Z (6 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# fetch-cache [](https://npm.im/fetch-cache) [](https://npm.im/fetch-cache) [](https://travis-ci.org/zkat/fetch-cache) [](https://ci.appveyor.com/project/zkat/fetch-cache) [](https://coveralls.io/github/zkat/fetch-cache?branch=latest)
[`fetch-cache`](https://github.com/zkat/fetch-cache) implements the fetch Cache API
## Install
`$ npm install --save fetch-cache`
## Table of Contents
* [Example](#example)
* [Features](#features)
* [Contributing](#contributing)
* [API](#api)
### Example
```javascript
```
### Features
### Contributing
The fetch-cache team enthusiastically welcomes contributions and project
participation! There's a bunch of things you can do if you want to contribute!
The [Contributor Guide](CONTRIBUTING.md) has all the information you need for
everything from reporting bugs to contributing entire new features. Please don't
hesitate to jump in if you'd like to, or even ask us questions if something
isn't clear.
### API