django-object-level-caching


Simple, flexible caching of ORM lookups

This is a GSoC 2007 project aimed at integrating Django's existing caching functionality into new cache() methods on QuerySet ORM lookups.

Getting the source code

You can check out the code with something like the following command: svn co http://django-object-level-caching.googlecode.com/svn/trunk/ dolc

Dependencies

For now, I'm going to be working against the latest svn version of Django, updated daily; until QuerySetRefactoring rolls around, the QuerySet code will be quite stable. Django's caching framework supports any backend you'd like to use easily, but I'll be most likely testing with memcached and simple.

Timeline

Development started on May the 28th; the timeline is covered in the djangoproject.com wiki page currently, but will likely undergo some changes yet.

Project Information

Labels:
django cache