{"id":19723489,"url":"https://github.com/remind101/namespaced-cache","last_synced_at":"2026-06-11T19:31:43.756Z","repository":{"id":24088933,"uuid":"27476048","full_name":"remind101/namespaced-cache","owner":"remind101","description":"An ActiveSupport::Cache implementation for prefixing keys automatically.","archived":false,"fork":false,"pushed_at":"2015-08-17T22:36:20.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":87,"default_branch":"master","last_synced_at":"2026-06-04T13:06:11.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/remind101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-03T07:57:43.000Z","updated_at":"2014-12-03T15:56:48.000Z","dependencies_parsed_at":"2022-08-22T09:50:19.917Z","dependency_job_id":null,"html_url":"https://github.com/remind101/namespaced-cache","commit_stats":null,"previous_names":["remind101/prefixed-cache"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/remind101/namespaced-cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fnamespaced-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fnamespaced-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fnamespaced-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fnamespaced-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remind101","download_url":"https://codeload.github.com/remind101/namespaced-cache/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fnamespaced-cache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34215253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":[],"created_at":"2024-11-11T23:22:22.305Z","updated_at":"2026-06-11T19:31:43.688Z","avatar_url":"https://github.com/remind101.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ActiveSupport::Cache::NamespacedStore\n\nA simple ActiveSupport::Cache implementation that wraps another implementation to prefix/namespace keys.\n\n## Usage\n\n```ruby\nRails.cache.write('prefix:1', 'foo')\n\ncache = ActiveSupport::Cache::NamespacedStore.new 'prefix:', Rails.cache\ncache.read '1'\n# =\u003e 'foo'\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremind101%2Fnamespaced-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremind101%2Fnamespaced-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremind101%2Fnamespaced-cache/lists"}