{"id":19391921,"url":"https://github.com/fwd/cache","last_synced_at":"2025-10-19T17:25:46.961Z","repository":{"id":103797228,"uuid":"290284675","full_name":"fwd/cache","owner":"fwd","description":"In-Memory Caching","archived":false,"fork":false,"pushed_at":"2022-09-03T01:35:05.000Z","size":6057,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T13:37:34.565Z","etag":null,"topics":["api","cache","cache-storage","inmemory-cache","nodejs","nodejs-framework","serverless"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fwd.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-08-25T17:51:28.000Z","updated_at":"2023-10-30T23:00:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6be5c91-9236-4937-8c23-3289e3985551","html_url":"https://github.com/fwd/cache","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwd%2Fcache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwd%2Fcache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwd%2Fcache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwd%2Fcache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwd","download_url":"https://codeload.github.com/fwd/cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240557485,"owners_count":19820360,"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","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":["api","cache","cache-storage","inmemory-cache","nodejs","nodejs-framework","serverless"],"created_at":"2024-11-10T10:29:41.890Z","updated_at":"2025-10-19T17:25:46.893Z","avatar_url":"https://github.com/fwd.png","language":"JavaScript","readme":"![Cover](https://raw.githubusercontent.com/fwd/cache/master/.github/cover.png)\n\n\u003ch1 align=\"center\"\u003e@fwd/cache 💾\u003c/h1\u003e\n\n\u003e A NodeJS package to simplify in-memory caching.\n\n## Install\n\n```sh\nnpm install fwd/cache\n```\n\n## Usage\n\n```js\n\nconst cache = require('@fwd/cache')\n\n\n// store something in-memory\ncache('my_unique_key', 'my value')\n\n\n// get that something\nvar my_unique_key = cache('my_unique_key') \n\nconsole.log(my_unique_key) // my value\n\n\n// you may also pass an expiration delay as a third parameter\ncache('my_unique_key', 'my value', 10000) // 10 seconds in ms\n\n\n// wait 10 seconds\nsetTimeout(() =\u003e {\n\tcache('my_unique_key') // undefined\n}, 10000) // 10 seconds in ms\n\n```\n\n## 👤 Author\n\n**[@nano2dev](https://twitter.com/nano2dev)**\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome! Feel free to check [issues page](https://github.com/fwd/cache/issues).\n\n## ⭐️ Show your support\n\nGive a star if this project helped you.\n\n## 📝 License\n\nMIT License (No Commercial Restrictions.)\n\nCopyright © [@nano2dev](https://twitter.com/nano2dev). \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwd%2Fcache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwd%2Fcache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwd%2Fcache/lists"}