{"id":15020405,"url":"https://github.com/strapi-community/plugin-rest-cache","last_synced_at":"2025-08-30T19:38:21.111Z","repository":{"id":37910244,"uuid":"449917221","full_name":"strapi-community/plugin-rest-cache","owner":"strapi-community","description":"Speed-up HTTP requests with LRU cache.","archived":false,"fork":false,"pushed_at":"2025-08-15T14:55:19.000Z","size":8369,"stargazers_count":141,"open_issues_count":32,"forks_count":41,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-21T01:29:53.883Z","etag":null,"topics":["cache","rest","strapi"],"latest_commit_sha":null,"homepage":"https://strapi-community.github.io/plugin-rest-cache/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"patrixr/strapi-middleware-cache","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strapi-community.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"strapi"}},"created_at":"2022-01-20T01:44:47.000Z","updated_at":"2025-08-13T11:32:31.000Z","dependencies_parsed_at":"2025-08-13T21:12:41.811Z","dependency_job_id":"d75b67e0-155a-4b52-b60c-3b9e447eca9c","html_url":"https://github.com/strapi-community/plugin-rest-cache","commit_stats":{"total_commits":222,"total_committers":27,"mean_commits":8.222222222222221,"dds":0.5405405405405406,"last_synced_commit":"0f47f3b9edb934907f12ae9f7e11f7829b986ec0"},"previous_names":["strapi-community/plugin-rest-cache","strapi-community/strapi-plugin-rest-cache"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/strapi-community/plugin-rest-cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi-community%2Fplugin-rest-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi-community%2Fplugin-rest-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi-community%2Fplugin-rest-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi-community%2Fplugin-rest-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strapi-community","download_url":"https://codeload.github.com/strapi-community/plugin-rest-cache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strapi-community%2Fplugin-rest-cache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272900032,"owners_count":25012029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cache","rest","strapi"],"created_at":"2024-09-24T19:55:02.752Z","updated_at":"2025-08-30T19:38:21.070Z","avatar_url":"https://github.com/strapi-community.png","language":"JavaScript","funding_links":["https://opencollective.com/strapi"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eStrapi REST Cache Plugin\u003c/h1\u003e\n\t\n\u003cp style=\"margin-top: 0;\"\u003eSpeed-up HTTP requests with LRU cache.\u003c/p\u003e\n\t\n\u003cp\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-rest-cache\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/strapi-plugin-rest-cache/latest.svg\" alt=\"NPM Version\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.org/package/strapi-plugin-rest-cache\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/strapi-plugin-rest-cache\" alt=\"Monthly download on NPM\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n## Table of Contents \u003c!-- omit in toc --\u003e\n\n- [🚦 Current Status](#-current-status)\n- [✨ Features](#-features)\n- [🤔 Motivation](#-motivation)\n- [🖐 Requirements](#-requirements)\n- [🚚 Getting Started](#-getting-started)\n- [Contributing](#contributing)\n- [License](#license)\n\n## 🚦 Current Status\n\nThis package is currently under development and should be consider **ALPHA** in terms of state. I/We are currently accepting contributions and/or dedicated contributors to help develop and maintain this package.\n\n## ✨ Features\n\nThis plugin provide a way to cache **HTTP requests** in order to **improve performance**. It's get inspired by varnish cache which is a popular caching solution.\n\nThe cache content is stored by a **provider**, which can be either an in-memory provider, a redis connection, a file system, or any other custom provider.\nYou can set a **strategy** to tell what to cache and how much time responses should be cached. The cache will be invalidated when the related Content-Type is updated, so you **never have to worry about stale data**.\n\n## 🖐 Requirements\n\nSupported Strapi Versions:\n\n- Strapi v4.0.x (recently tested as of January 2022)\n- Strapi v4.1.x (recently tested as of March 2022)\n- Strapi v4.x.x (Assumed, but possibly not tested)\n\n**If you are looking for a plugin for Strapi v3.x, please check the [strapi-middleware-cache](https://github.com/patrixr/strapi-middleware-cache/).**\n\n## 🚚 Getting Started\n\n[Read the Docs to Learn More.](https://strapi-community.github.io/strapi-plugin-rest-cache/)\n\n## Contributing\n\nI/We are actively looking for contributors, maintainers, and others to help shape this package. As this plugins sole purpose within the Strapi community is to be used by other developers and plugin maintainers to get fast responses time.\n\nIf interested please feel free to email the lead maintainer Sacha at: sacha@digisquad.io or ping `stf#3254` on Discord.\n\n## License\n\nSee the [LICENSE](./LICENSE.md) file for licensing information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrapi-community%2Fplugin-rest-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrapi-community%2Fplugin-rest-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrapi-community%2Fplugin-rest-cache/lists"}