{"id":27370031,"url":"https://github.com/pod-point/cache-js","last_synced_at":"2025-08-12T00:40:32.173Z","repository":{"id":36929022,"uuid":"230899316","full_name":"Pod-Point/cache-js","owner":"Pod-Point","description":"A cache service for JS applications.","archived":false,"fork":false,"pushed_at":"2021-12-13T10:16:00.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-08-08T19:55:12.985Z","etag":null,"topics":["software-team"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pod-Point.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-30T10:55:21.000Z","updated_at":"2023-11-09T00:15:20.000Z","dependencies_parsed_at":"2022-07-15T20:17:25.406Z","dependency_job_id":null,"html_url":"https://github.com/Pod-Point/cache-js","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":"Pod-Point/node-package","purl":"pkg:github/Pod-Point/cache-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcache-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcache-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcache-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcache-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pod-Point","download_url":"https://codeload.github.com/Pod-Point/cache-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pod-Point%2Fcache-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269981652,"owners_count":24507279,"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-11T02:00:10.019Z","response_time":75,"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":["software-team"],"created_at":"2025-04-13T08:47:45.549Z","updated_at":"2025-08-12T00:40:32.129Z","avatar_url":"https://github.com/Pod-Point.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cache JS\n\n![Build Status](https://github.com/Pod-Point/cache-js/actions/workflows/run-tests.yml/badge.svg)\n\nA cache service for JS.\n\n## Usage\n\nTo install this package, run the following command:\n```bash\nnpm install @pod-point/cache-js\n```\n\nOnce installed, simply create a new instance of the Cache service and begin using it e.g.\n```\nimport { Redis } from '@pod-point/cache-js';\n\nconst cacheService = new Redis();\n\nawait cacheService.put('foo', 'bar');\n```\n\nThere are only 3 simple methods a cache service can carry out, and these are `put`, `get` and `remove`, all fairly self-explanatory!\n\nWhen putting key/value pairs into the cache you can also set an expiry date, or a time in seconds until it should expire.\n\n## Development\n\n### Installation\n\nTo install this packages dependencies, run the following command:\n```bash\nnpm install\n```\n\n### Testing\n\nThis package uses jest. To run the test suites for this project, run the following command:\n\n```bash\nnpm run test\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENCE) for more information.\n\n---\n\n\u003cimg src=\"https://d3h256n3bzippp.cloudfront.net/pod-point-logo.svg\" align=\"right\" /\u003e\n\nTravel shouldn't damage the earth 🌍\n\nMade with ❤️\u0026nbsp;\u0026nbsp;at [Pod Point](https://pod-point.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpod-point%2Fcache-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpod-point%2Fcache-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpod-point%2Fcache-js/lists"}