{"id":19337937,"url":"https://github.com/seipan/query-cacher","last_synced_at":"2026-06-13T18:32:15.513Z","repository":{"id":214071753,"uuid":"735510134","full_name":"seipan/query-cacher","owner":"seipan","description":"A library for caching using Bloom Filter on any database","archived":false,"fork":false,"pushed_at":"2023-12-25T15:58:06.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-24T04:14:49.191Z","etag":null,"topics":["bloom-filter","cache","go","golang","query"],"latest_commit_sha":null,"homepage":"","language":"Go","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/seipan.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}},"created_at":"2023-12-25T07:23:55.000Z","updated_at":"2023-12-25T15:32:31.000Z","dependencies_parsed_at":"2024-03-19T21:46:49.294Z","dependency_job_id":null,"html_url":"https://github.com/seipan/query-cacher","commit_stats":null,"previous_names":["seipan/query-cacher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seipan%2Fquery-cacher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seipan%2Fquery-cacher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seipan%2Fquery-cacher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seipan%2Fquery-cacher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seipan","download_url":"https://codeload.github.com/seipan/query-cacher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240441951,"owners_count":19801793,"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":["bloom-filter","cache","go","golang","query"],"created_at":"2024-11-10T03:15:51.991Z","updated_at":"2026-06-13T18:32:15.469Z","avatar_url":"https://github.com/seipan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# query-casher\nA library for caching using Bloom Filter on any database\n![Screenshot from 2023-12-26 00-56-20](https://github.com/seipan/query-cacher/assets/88176012/26f44baf-d45f-432d-b251-1ebcc6d1cad5)\n## Usage\n```go\npackage example\n\nimport querycacher \"github.com/seipan/query-cacher\"\n\ntype TestDB struct{}\n\nfunc (db *TestDB) Get(key interface{}) (interface{}, error) {\n\treturn nil, nil\n}\n\nfunc (db *TestDB) Set(key interface{}, value interface{}) error {\n\treturn nil\n}\n\nfunc main() {\n\tdb := querycacher.NewCacher(\u0026TestDB{})\n\tdb.Get(\"key\")\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseipan%2Fquery-cacher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseipan%2Fquery-cacher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseipan%2Fquery-cacher/lists"}