Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

March 11 2010

projectbrighton
19:35

Cache Machine: Automatic caching for your Django models

Simon Willison's Weblog

Cache Machine: Automatic caching for your Django models. This is the third new ORM caching layer for Django I’ve seen in the past month! Cache Machine was developed for zamboni, the port of addons.mozilla.org to Django. Caching is enabled using a model mixin class (to hook up some post_delete hooks) and a custom caching manager. Invalidation works by maintaining a “flush list” of dependent...