Hello Henrik! (I think this has to do with what you're trying to accomplish, correct me if wrong ;) In terms of keeping cache synced with data in models, this is something I'm trying to address with my GSoC project for the summer[1]. In fact, the current code already has a mechanism for tracking model updates and deletes using signals. Basically, if you call .cache_set("mycachekey") on your existing QuerySet it'll hook up the appropriate signals and update the cache when relevant model instances are modified. (It also does the QuerySet lookup using the cache rather than the database for you.) It's not very mature code right now, though. More functionality and better implementation coming shortly...
- Paul [1] http://code.google.com/p/django-object-level-caching/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---