Skip to main content

Caching library for Django that uses Celery to refresh cache items asynchronously

Project description

What does this library do?

It’s an extensible caching library that refreshes stale cache items asynchronously using a Celery task. The key idea being that it’s better to serve a stale item (and populate the cache asynchronously) than block the response process in order to populate the cache synchronously.

Using this library, you can rework your views so that all reads are from cache - which can be a significant performance boost.

A corollary of this technique is that cache hammering can be handled simply and elegantly, avoiding sudden surges of expensive reads when a cached item becomes stale.

Do you have good docs?

Yup - over on readthedocs.org.

Do you support Python 3?

Pythons 2.7, 3.3, 3.4 and PyPy are supported.

Do you have tests?

You betcha!

https://secure.travis-ci.org/codeinthehole/django-cacheback.png

Can I use this in my project?

Probably - subject to the MIT license.

I want to contribute!

Brilliant! Here are the contributing guidelines.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-cacheback-0.9.tar.gz (8.7 kB view details)

Uploaded Source

File details

Details for the file django-cacheback-0.9.tar.gz.

File metadata

File hashes

Hashes for django-cacheback-0.9.tar.gz
Algorithm Hash digest
SHA256 74f04d36970549105284168ef91a172ed5bc747300cf67d59ac41717da001a69
MD5 345ede4042ff6922f2a8a37fbf29d848
BLAKE2b-256 cd8590273f31d306e385b9d057a57636093a02c0df19767c3e26ee026112773b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page