# diskcache

> Caches data on disk and optionally in memory.

Latest version **0.0.17** (published 2014-05-13) · 0 weekly downloads

## Install

```sh
npm install diskcache
pnpm add diskcache
yarn add diskcache
bun add diskcache
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.17 |
| Published | 2014-05-13 |
| First published | 2011-07-31 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.4.0 |
| Dependencies | 6 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Joe Hewitt |
| Maintainers | joehewitt |
| Keywords | cache |

## Links

- npm: https://www.npmjs.com/package/diskcache
- Repository: https://github.com/joehewitt/diskcache
- Homepage: http://github.com/joehewitt/diskcache
- Issues: https://github.com/joehewitt/diskcache/issues
- npm.io page: https://npm.io/package/diskcache

## Dependencies (6)

- [mime](https://npm.io/package/mime.md)
- [async](https://npm.io/package/async.md)
- [dandy](https://npm.io/package/dandy.md)
- [mkdir](https://npm.io/package/mkdir.md)
- [rimraf](https://npm.io/package/rimraf.md)
- [underscore](https://npm.io/package/underscore.md)

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 0.0.17 (latest) — 2014-05-13
- 0.0.16 — 2013-03-27
- 0.0.15 — 2013-03-27
- 0.0.14 — 2011-11-29
- 0.0.13 — 2011-10-10
- 0.0.12 — 2011-09-30
- 0.0.11 — 2011-09-15
- 0.0.10 — 2011-09-13
- 0.0.9 — 2011-09-09
- 0.0.8 — 2011-09-03
- 0.0.7 — 2011-09-03
- 0.0.6 — 2011-09-02
- 0.0.5 — 2011-09-01
- 0.0.4 — 2011-08-31
- 0.0.3 — 2011-08-27
- … 2 more at https://npm.io/package/diskcache/versions

## README

diskcache
========

Connect middleware for caching HTTP requests on disk or in memory.

Installation
------------

    $ npm install diskcache

License 
-------

Copyright 2011 Joe Hewitt

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

---
_Source: https://npm.io/package/diskcache · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
