{"id":22430547,"url":"https://github.com/martenframework/marten-memcached-cache","last_synced_at":"2025-03-27T07:15:17.622Z","repository":{"id":153921131,"uuid":"628299393","full_name":"martenframework/marten-memcached-cache","owner":"martenframework","description":"A Memcached cache store for the Marten web framework. ","archived":false,"fork":false,"pushed_at":"2025-03-06T02:38:00.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T03:28:30.570Z","etag":null,"topics":["cache","crystal","framework","marten","memcached","web"],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/martenframework.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null}},"created_at":"2023-04-15T14:16:20.000Z","updated_at":"2025-03-06T02:38:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"2806bc8b-460d-4ece-8b78-dacb4874453b","html_url":"https://github.com/martenframework/marten-memcached-cache","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martenframework%2Fmarten-memcached-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martenframework%2Fmarten-memcached-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martenframework%2Fmarten-memcached-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martenframework%2Fmarten-memcached-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martenframework","download_url":"https://codeload.github.com/martenframework/marten-memcached-cache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798354,"owners_count":20673902,"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","crystal","framework","marten","memcached","web"],"created_at":"2024-12-05T21:08:48.652Z","updated_at":"2025-03-27T07:15:17.595Z","avatar_url":"https://github.com/martenframework.png","language":"Crystal","funding_links":[],"categories":["Marten shards"],"sub_categories":["Caching"],"readme":"# Marten Memcached Cache\n\n[![CI](https://github.com/martenframework/marten-memcached-cache/workflows/Specs/badge.svg)](https://github.com/martenframework/marten-memcached-cache/actions)\n[![CI](https://github.com/martenframework/marten-memcached-cache/workflows/QA/badge.svg)](https://github.com/martenframework/marten-memcached-cache/actions)\n\n**Marten Memcached Cache** provides a [Memcached](https://memcached.org) cache store that can be used with Marten web framework's [cache system](https://martenframework.com/docs/caching).\n\n## Installation\n\nSimply add the following entry to your project's `shard.yml`:\n\n```yaml\ndependencies:\n  marten_memcached_cache:\n    github: martenframework/marten-memcached-cache\n```\n\nAnd run `shards install` afterward.\n\n## Configuration\n\nFirst, add the following requirement to your project's `src/project.cr` file:\n\n```crystal\nrequire \"marten_memcached_cache\"\n```\n\nThen you can configure your project to use the Memcached cache store by setting the corresponding configuration option as follows:\n\n```crystal\nMarten.configure do |config|\n  config.cache_store = MartenMemcachedCache::Store.new(host: \"localhost\", port: 11211)\nend\n```\n\nThe `host` and `port` arguments are optional and default respectively to `localhost` and `11211`. It should be noted that this cache store also supports all the existing initialization options in addition to these arguments (eg. `namespace`, `version`, `expires_in`, etc). Please refer to the [cache system documentation](https://martenframework.com/docs/caching) to learn more about Marten's caching framework.\n\n## Authors\n\nMorgan Aubert ([@ellmetha](https://github.com/ellmetha)) and \n[contributors](https://github.com/martenframework/marten-memcached-cache/contributors).\n\n## License\n\nMIT. See ``LICENSE`` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartenframework%2Fmarten-memcached-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartenframework%2Fmarten-memcached-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartenframework%2Fmarten-memcached-cache/lists"}