An open API service indexing awesome lists of open source software.

https://github.com/cbess/node-multicache

A simple caching system for node.js that supports Redis, Memcache, and system memory as cache backends.
https://github.com/cbess/node-multicache

Last synced: 11 months ago
JSON representation

A simple caching system for node.js that supports Redis, Memcache, and system memory as cache backends.

Awesome Lists containing this project

README

          

# Multicache

A simple caching system for node.js that supports Redis, Memcache, and system memory as cache backends.

## General

Provides access to multiple cache backends through a consistent, easy to use API.

## Examples

See `tests` directory for more details.

## License

MIT