{"id":20398637,"url":"https://github.com/bsnext/deepcache","last_synced_at":"2025-09-14T05:34:48.987Z","repository":{"id":212975954,"uuid":"732690685","full_name":"bsnext/DeepCache","owner":"bsnext","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-28T14:40:07.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-28T15:38:18.711Z","etag":null,"topics":[],"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/bsnext.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-12-17T14:25:33.000Z","updated_at":"2024-04-15T11:16:34.275Z","dependencies_parsed_at":"2023-12-28T15:48:26.899Z","dependency_job_id":null,"html_url":"https://github.com/bsnext/DeepCache","commit_stats":null,"previous_names":["bsnext/deepcache"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsnext%2FDeepCache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsnext%2FDeepCache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsnext%2FDeepCache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsnext%2FDeepCache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsnext","download_url":"https://codeload.github.com/bsnext/DeepCache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945530,"owners_count":20046870,"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":[],"created_at":"2024-11-15T04:23:03.792Z","updated_at":"2025-03-05T01:16:49.303Z","avatar_url":"https://github.com/bsnext.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeepCache\nClassic cache library, but with allowed dump methods.\u003cbr\u003e\n\u003cb\u003eVery early-stage and unstable.\u003c/b\u003e\n\n## Usage:\n```ts\nnew DeepCache(options = {})\n```\n\n#### Options:\n* ttl - Default keys time-to-live in seconds (Default: 60)\n* ttc - Default time for collect expired keys in seconds (Default: 60)\n* separator - Separator for split keys to levels \n\n    *Example: \"users:id\", for use DeepCache.values(\"users:\\*\")*\n* separator - Separator for split keys to levels \n* cloning - Use \"structoredClone\" for cache records (Default: false)\n* events - Enable emitting events (Default: false)\n\n## API:\n* DeepCache.set()\n* DeepCache.get()\n* DeepCache.has()\n* DeepCache.del()\n* DeepCache.values()\n* DeepCache.saveDump()\n* DeepCache.loadDump()\n* DeepCache.clean()\n* DeepCache.on();\n\n## Events:\n* set\n* del\n* expired","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsnext%2Fdeepcache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsnext%2Fdeepcache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsnext%2Fdeepcache/lists"}