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.
- Host: GitHub
- URL: https://github.com/khalidsheet/cacheable
- Owner: khalidsheet
- License: mit
- Created: 2024-11-08T00:54:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T00:21:42.000Z (over 1 year ago)
- Last Synced: 2025-08-11T15:58:51.775Z (11 months ago)
- Topics: cache, in-memory-cache, node, nodejs
- Language: TypeScript
- Homepage: https://khalidmsheet.gitbook.io/cacheable
- Size: 140 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cacheable
[](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)