As far as I know, Pylons does not enable caching by default (including template caching).
You can turn off caching by not configuring beaker.cache.* inside .ini file. There are a couple of places you can also check: * your render() method might contain cache_expire * some of your mako files may contain function that defines cached=True. - Didip - On Mon, Nov 9, 2009 at 4:10 AM, alex_zh <[email protected]> wrote: > > Hello. > I have a problem with caching of templates. Sometimes users get the > pages, that opened before. I don't khow the reason. > Is it possible to turn off all the caching in whole pylons-project? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
