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

https://github.com/khalidsheet/cacheable

A simple in-memory caching solution for Node.js, with a flexible design where you can define your own cache policies.
https://github.com/khalidsheet/cacheable

cache in-memory-cache node nodejs

Last synced: 4 months ago
JSON representation

A simple in-memory caching solution for Node.js, with a flexible design where you can define your own cache policies.

Awesome Lists containing this project

README

          

# Cacheable

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/6d6e48f35e694caab7e7e73691d22673)](https://app.codacy.com/gh/khalidsheet/cacheable/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
A simple in-memory caching solution for Node.js, with a flexible design where you can define your own cache policies

## Documentation

Please check out the following URL for full documentation.
[https://khalidmsheet.gitbook.io/cacheable](https://khalidmsheet.gitbook.io/cacheable)