{"id":13481510,"url":"https://github.com/fulls1z3/ngx-cache","last_synced_at":"2025-04-06T12:11:41.197Z","repository":{"id":48842821,"uuid":"88181577","full_name":"fulls1z3/ngx-cache","owner":"fulls1z3","description":"Cache utility for Angular","archived":false,"fork":false,"pushed_at":"2021-07-21T01:09:44.000Z","size":1379,"stargazers_count":154,"open_issues_count":15,"forks_count":16,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-30T06:32:13.246Z","etag":null,"topics":["angular","angular4","aot","cache","caching","npm-package","typescript","universal"],"latest_commit_sha":null,"homepage":null,"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/fulls1z3.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2017-04-13T15:48:43.000Z","updated_at":"2024-07-18T12:06:44.000Z","dependencies_parsed_at":"2022-07-26T01:16:13.588Z","dependency_job_id":null,"html_url":"https://github.com/fulls1z3/ngx-cache","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulls1z3%2Fngx-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulls1z3%2Fngx-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulls1z3%2Fngx-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulls1z3%2Fngx-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fulls1z3","download_url":"https://codeload.github.com/fulls1z3/ngx-cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247245923,"owners_count":20907708,"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":["angular","angular4","aot","cache","caching","npm-package","typescript","universal"],"created_at":"2024-07-31T17:00:52.407Z","updated_at":"2025-04-06T12:11:41.174Z","avatar_url":"https://github.com/fulls1z3.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","Awesome Angular [![Awesome TipeIO](https://img.shields.io/badge/Awesome%20Angular-@TipeIO-6C6AE7.svg)](https://github.com/gdi2290/awesome-angular) [![Awesome devarchy.com](https://img.shields.io/badge/Awesome%20Angular-@devarchy.com-86BDC1.svg)](https://github.com/brillout/awesome-angular-components)"],"sub_categories":["Uncategorized","Angular \u003ca id=\"angular\"\u003e\u003c/a\u003e"],"readme":"# ngx-cache\n\nCache utility for **Angular**\n\n[![CircleCI](https://circleci.com/gh/fulls1z3/ngx-cache.svg?style=shield)](https://circleci.com/gh/fulls1z3/ngx-cache)\n[![coverage](https://codecov.io/github/fulls1z3/ngx-cache/coverage.svg?branch=master)](https://codecov.io/gh/fulls1z3/ngx-cache)\n[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![Greenkeeper badge](https://badges.greenkeeper.io/fulls1z3/ngx-cache.svg)](https://greenkeeper.io/)\n[![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide)\n\n\u003e Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can.\n\n## Packages:\n\n| Name                                                                                                                  | Description                                            | NPM                                                                                                                                       |\n| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |\n| [@ngx-cache/core](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/core)                         | Cache utility for **Angular**                          | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fcore.svg)](https://www.npmjs.com/package/@ngx-cache/core)                         |\n| [@ngx-cache/platform-browser](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-browser) | **SPA/Browser platform** implementation of [ngx-cache] | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fplatform-browser.svg)](https://www.npmjs.com/package/@ngx-cache/platform-browser) |\n| [@ngx-cache/platform-server](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/platform-server)   | **Server platform** implementation of [ngx-cache]      | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Fplatform-server.svg)](https://www.npmjs.com/package/@ngx-cache/platform-server)   |\n| [@ngx-cache/fs-storage](https://github.com/fulls1z3/ngx-cache/tree/master/packages/@ngx-cache/fs-storage)             | **Fs storage** for [ngx-cache] (server platform)       | [![npm version](https://badge.fury.io/js/%40ngx-cache%2Ffs-storage.svg)](https://www.npmjs.com/package/@ngx-cache/fs-storage)             |\n\n### Examples\n\n- [ng-seed/universal] is an officially maintained seed project, showcasing common patterns and best practices for **`ngx-cache`**.\n\n## Contributing\n\nIf you want to file a bug, contribute some code, or improve documentation, please read up on the following contribution guidelines:\n\n- [Issue guidelines](CONTRIBUTING.md#submit)\n- [Contributing guidelines](CONTRIBUTING.md)\n- [Coding rules](CONTRIBUTING.md#rules)\n- [Change log](/releases)\n\n#### Thanks to\n\n- [JetBrains], for their support to this open source project with free [WebStorm] licenses.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2019 [Burak Tasci]\n\n[ngx-cache]: https://github.com/fulls1z3/ngx-cache\n[ng-seed/universal]: https://github.com/ng-seed/universal\n[jetbrains]: https://www.jetbrains.com/community/opensource\n[webstorm]: https://www.jetbrains.com/webstorm\n[burak tasci]: https://github.com/fulls1z3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulls1z3%2Fngx-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffulls1z3%2Fngx-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulls1z3%2Fngx-cache/lists"}