{"id":23436804,"url":"https://github.com/lincolnloop/django-ft-cache","last_synced_at":"2025-04-13T04:41:41.700Z","repository":{"id":18718466,"uuid":"21929453","full_name":"lincolnloop/django-ft-cache","owner":"lincolnloop","description":"A fault-tolerant pylibmc cache backend for Django","archived":false,"fork":false,"pushed_at":"2020-10-05T18:05:20.000Z","size":20,"stargazers_count":24,"open_issues_count":3,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-26T21:38:15.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lincolnloop.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-17T05:15:03.000Z","updated_at":"2023-04-18T04:29:12.000Z","dependencies_parsed_at":"2022-09-26T21:51:20.716Z","dependency_job_id":null,"html_url":"https://github.com/lincolnloop/django-ft-cache","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fdjango-ft-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fdjango-ft-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fdjango-ft-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lincolnloop%2Fdjango-ft-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lincolnloop","download_url":"https://codeload.github.com/lincolnloop/django-ft-cache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665781,"owners_count":21142122,"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-12-23T13:34:03.095Z","updated_at":"2025-04-13T04:41:41.673Z","avatar_url":"https://github.com/lincolnloop.png","language":"Python","readme":"=============================\ndjango-ft-cache\n=============================\n\n.. image:: https://travis-ci.org/lincolnloop/django-ft-cache.png?branch=master\n    :target: https://travis-ci.org/lincolnloop/django-ft-cache\n\nA fault-tolerant pylibmc cache backend for Django\n\nDocumentation\n=============\n\nBy default, a failed cache operation in Django is fatal and will raise a 500\nerror. In some cases, this might not be desirable behavior. This cache\nbackend will catch failures and log them, but not raise an exception. A\ncache ``get`` that fails will appear to be a miss to the application.\n\nInstallation\n------------\n\n::\n\n    pip install pylibmc django-ft-cache\n\nReplace the existing pylibmc cache backend in your settings with\n``'django_ft_cache.FaultTolerantPyLibMCCache'``. For example:\n\n.. code-block:: python\n\n    CACHES = {\n        'default': {\n            'BACKEND': 'django_ft_cache.FaultTolerantPyLibMCCache',\n            'LOCATION': ['127.0.0.1:11211'],\n        },\n    }\n\nBuilding Your Own\n-----------------\n\nIf you are already using a custom cache backend, a mixin is provided that\nshould add this capability: ``django_ft_cache.FaultTolerantCacheMixin``.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincolnloop%2Fdjango-ft-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flincolnloop%2Fdjango-ft-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flincolnloop%2Fdjango-ft-cache/lists"}