Searched around a little and found no official responses from Heroku, and no real methods, so I figure I'll ask again... is there any way to force purge the varnish cache for a specific url?
Varnish docs ( http://varnish-cache.org/wiki/Purging ) list two methods. I've tried the first one (purge by lookup), sending a "PURGE /" request to the app, but it did not seem to work. The second one (ban list) is beyond me-- heroku doesn't offer a method of getting to the varnish commandline, as far as i know. I know I could just "heroku restart" -- but that would blow the user experience, and I'm not looking to purge all the urls -- just specific ones. Any clues? I know there are ways around the cache via ajax/JS, but that's not exactly what I'm looking for. Chris -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
