# node-cache/node-cache

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/node-cache-node-cache).**

2,375 stars · 146 forks · CoffeeScript · MIT

## Links

- GitHub: https://github.com/node-cache/node-cache
- awesome-repositories: https://awesome-repositories.com/repository/node-cache-node-cache.md

## Description

A simple caching module that has set, get and delete methods and works a little bit like memcached. Keys can have a timeout (ttl) after which they expire and are deleted from the cache. All keys are stored in a single object so the practical limit is at around 1m keys.

## Tags

### Part of an Awesome List

- [Caching](https://awesome-repositories.com/f/awesome-lists/data/caching.md) — In-memory caching module.
