django-cacheback

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

django-cacheback Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • David Winterbottom
  • Publisher web site:
  • https://github.com/tangentlabs/

django-cacheback Tags


django-cacheback Description

django-cacheback is 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 user 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 items becomes stale.Do you have good docs?Yup - over on readthedocs.org.Do you have tests?You betcha!Can I use this in my project?Probably - subject to the MIT license.Product's homepage


django-cacheback Related Software