{ "info": { "author": "David Winterbottom", "author_email": "david.winterbottom@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Unix", "Programming Language :: Python" ], "description": "=========\nCacheback\n=========\n----------------------------------------\nAsynchronous cache refreshing for Django\n----------------------------------------\n\nWhat does this library do?\n--------------------------\nIt's an extensible caching library that refreshes stale cache items\nasynchronously using a Celery_ task. The key idea being that it's\nbetter to serve a stale item (and populate the cache asynchronously) than block\nthe user in order to populate the cache synchronously.\n\n.. _Celery: http://celeryproject.org/\n\nUsing this library, you can rework your views so that all reads are from\ncache - which can be a significant performance boost. \n\nA corollary of this technique is that cache hammering can be handled simply and\nelegantly, avoiding sudden surges of expensive reads when a cached item becomes stale.\n\nDo you have good docs?\n----------------------\nYup - `over on readthedocs.org`_.\n\n.. _`over on readthedocs.org`: http://django-cacheback.readthedocs.org/en/latest/\n\nDo you have tests?\n------------------\nYou betcha! \n\n.. image:: https://secure.travis-ci.org/codeinthehole/django-cacheback.png\n :target: https://travis-ci.org/#!/codeinthehole/django-cacheback\n\n\nCan I use this in my project?\n-----------------------------\nProbably - subject to the `MIT license`_.\n\n.. _`MIT license`: https://github.com/codeinthehole/django-cacheback/blob/master/LICENSE\n\nI want to contribute!\n---------------------\nBrilliant! Here are the `contributing guidelines`_.\n\n.. _`contributing guidelines`: http://django-cacheback.readthedocs.org/en/latest/contributing.html", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/codeinthehole/django-cacheback", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-cacheback-pozytywnie", "package_url": "https://pypi.org/project/django-cacheback-pozytywnie/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-cacheback-pozytywnie/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/codeinthehole/django-cacheback" }, "release_url": "https://pypi.org/project/django-cacheback-pozytywnie/0.7/", "requires_dist": null, "requires_python": null, "summary": "Caching library for Django that uses Celery to refresh cache items asynchronously", "version": "0.7" }, "last_serial": 3184813, "releases": { "0.7": [ { "comment_text": "", "digests": { "md5": "4bc850dd4e11df74a16df095c3766bed", "sha256": "89d2570cc0f9ec4945b699ea278b9092d3c94b5b063fd290c159dfa77f193a09" }, "downloads": -1, "filename": "django-cacheback-pozytywnie-0.7.tar.gz", "has_sig": false, "md5_digest": "4bc850dd4e11df74a16df095c3766bed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8189, "upload_time": "2014-07-02T08:31:39", "url": "https://files.pythonhosted.org/packages/36/0b/ebfdb97be354ee67bdc341e9b057a42354b2f5e6189b77e0c9e2f783ece3/django-cacheback-pozytywnie-0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4bc850dd4e11df74a16df095c3766bed", "sha256": "89d2570cc0f9ec4945b699ea278b9092d3c94b5b063fd290c159dfa77f193a09" }, "downloads": -1, "filename": "django-cacheback-pozytywnie-0.7.tar.gz", "has_sig": false, "md5_digest": "4bc850dd4e11df74a16df095c3766bed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8189, "upload_time": "2014-07-02T08:31:39", "url": "https://files.pythonhosted.org/packages/36/0b/ebfdb97be354ee67bdc341e9b057a42354b2f5e6189b77e0c9e2f783ece3/django-cacheback-pozytywnie-0.7.tar.gz" } ] }