{"id":15459538,"url":"https://github.com/filippoliverani/rails-fast-cache","last_synced_at":"2025-04-22T10:43:24.644Z","repository":{"id":222484916,"uuid":"753273491","full_name":"filippoliverani/rails-fast-cache","owner":"filippoliverani","description":"Drop-in improvement for Rails cache, providing enhanced performance with asynchronous processing and better default serialization and compression","archived":false,"fork":false,"pushed_at":"2024-09-02T11:24:40.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-18T19:51:11.727Z","etag":null,"topics":["cache","performance","rails","ruby"],"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/filippoliverani.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-05T19:54:28.000Z","updated_at":"2024-09-02T15:23:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a732561-912f-4099-a70c-e45ec9feca50","html_url":"https://github.com/filippoliverani/rails-fast-cache","commit_stats":null,"previous_names":["filippoliverani/rails-fast-cache"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filippoliverani%2Frails-fast-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filippoliverani%2Frails-fast-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filippoliverani%2Frails-fast-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filippoliverani%2Frails-fast-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filippoliverani","download_url":"https://codeload.github.com/filippoliverani/rails-fast-cache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249259146,"owners_count":21239422,"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":["cache","performance","rails","ruby"],"created_at":"2024-10-01T23:08:34.739Z","updated_at":"2025-04-16T16:31:47.100Z","avatar_url":"https://github.com/filippoliverani.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails Fast Cache\n\nThis gem provides a wrapper around Rails cache store that improves performance by:\n- using Brotli as default compressor instead of GZip\n- using MessagePack as default serializer instead of Marshal\n- delegating cache writes to a thread pool instead of running them synchronously\n\n## Requirements\n- Rails 7.1+\n- You need to provide appropriate MessagePack serializers to cache custom classes\n\n## Installation\n\n`Gemfile`\n\n```ruby\ngem 'rails-fast-cache'\n```\n\n## Configuration\n\nRail Fast Cache implements ActionsSupport::Cache::Store API and can be\ninstantiated by passing the same parameters you would pass to Rails'\n`config.cache_store` configuration option.\n\n```ruby\nclass Application \u003c Rails::Application\n...\n  config.cache_store = RailsFastCache::Store.new(:memory_store, { size: 64.megabytes })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilippoliverani%2Frails-fast-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilippoliverani%2Frails-fast-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilippoliverani%2Frails-fast-cache/lists"}