> Is there a way to make Mako aware of beaker.cache.type setting inside Pylons?
Let me quote recent Mako 0.2.5 announcement: ----- Mako 0.2.5 is now released and available at http://www.makotemplates.org/download.html . The new feature in here (which I've been using for many months now, actually) is <%def> decorators. A bit of documentation on this feature is at http://www.makotemplates.org/docs/filtering.html#filtering_decorating. Truth be told I no longer use the "cache" attributes within Mako at all, I've written decorators that integrate with Beaker's "cache regions" functionality (http://beaker.groovie.org/ configuration.html#id2 )....or more accurately the homegrown version which predated that feature - which allows the control of cache parameters to be centralized and outside of templates. ---- See http://groups.google.com/group/mako-discuss/browse_thread/thread/a76bb167598d3cde for full note. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
