You can do this as a class-based view default, but I don't know any other way.
eg: @view_defaults(http_cache=0) class SomeViewClass(): ... On Tuesday, June 11, 2013 9:39:09 PM UTC-4, Christoph Zwerschke wrote: > > Is it possible to set the http_cache parameter globally for all views in > a Pyramid application? > > -- Christoph > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
