Gathering detailed insights and metrics for flat-cache
Gathering detailed insights and metrics for flat-cache
Gathering detailed insights and metrics for flat-cache
Gathering detailed insights and metrics for flat-cache
a robust, scalable, and maintained set of caching packages
npm install flat-cache
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1,624 Stars
1,278 Commits
165 Forks
9 Watching
1 Branches
76 Contributors
Updated on 28 Nov 2024
TypeScript (99.04%)
JavaScript (0.68%)
CSS (0.28%)
Cumulative downloads
Total Downloads
Last day
-7.7%
8,276,573
Compared to previous day
Last week
1.7%
49,091,741
Compared to previous week
Last month
16.8%
196,889,989
Compared to previous month
Last year
28.5%
1,845,171,184
Compared to previous year
7
Caching for Nodejs based on Keyv
With over 1bn downloads
a year the goal with the Cacheable Project
is to provide a robust, scalable, and maintained set of caching packages that can be used in various projects. The packages in this repository are:
Package | Downloads | Description |
---|---|---|
cacheable | Next generation caching framework built from the ground up with layer 1 / layer 2 caching. | |
cache-manager | Cache Manager that is used in services such as NestJS and others with robust features such as wrap and more. | |
cacheable-request | Wrap native HTTP requests with RFC compliant cache support | |
flat-cache | Fast In-Memory Caching with file store persistence | |
file-entry-cache | A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run | |
@cacheable/node-cache | Maintained built in replacement of node-cache |
The website documentation for https://cacheable.org is included in this repository here.
You can contribute changes to this repo by opening a pull request:
docker
installed and running on your machine. Once it is installed run pnpm test:services:start
to start the services needed for testing.pnpm i && pnpm test
.cacheable
repository and select the Pull Requests tab.cacheable
repository.If you need more information on the steps to create a pull request, you can find a detailed walkthrough in the GitHub documentation
To post an issue, navigate to the "Issues" tab in the main repository, and then select "New Issue." Enter a clear title describing the issue, as well as a description containing additional relevant information. Also select the label that best describes your issue type. For a bug report, for example, create an issue with the label "bug." In the description field, Be sure to include replication steps, as well as any relevant error messages.
If you're reporting a security violation, be sure to check out the project's security policy.
Please also refer to our Code of Conduct for more information on how to report issues.
To ask a question, create an issue with the label "question." In the issue description, include the related code and any context that can help us answer your question.
No vulnerabilities found.
No security vulnerabilities found.