Hi there! I haven't found anything on this, so I thought I'd ask: Has anyone implemented event-based caching in Django?
Hypothetical scenario ------------------------------- A rather large social networking site uses memcached for caching. The Django Caching Framework only allows time-based caching: 1. User A logs in 2. User A updates a blog post 3. User B shortly after reads the blog post, but the caching framework still displays the old version of the entry. -------- How can I prevent this? Is there an easy way to delete a single key in the cache? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---