Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Two HTTP Caching Extensions. stale-while-revalidate serves cached content even while a refresh has been triggered and is currently being pulled in to the cache; stale-if-error serves cached content if a service has gone down.

Tagged , , ,

1 comment

  1. This would obviously be good at the HTTP level, but I implemented something like stale-while-revalidate in Django a while back.
    I just made it a ticket, since I should have back then:
    http://code.djangoproject.com/ticket/6199

    Patch attached over there.

    Jeremy Dunck - 13th December 2007 04:20 - #

Comments are closed.
A django site