On Sat, 2007-08-11 at 11:19 -0700, Ben Bangert wrote:

> 
> You bet, you can cache any part of your templates (their fragments),
> and you can cache function calls as well. This extends not just
> throughout Mako, but into Pylons as well, where you can register
> functions in your controllers to be cached, like the example in the
> docs here:
> http://wiki.pylonshq.com/display/pylonsdocs/Caching+in+Templates+and
> +Controllers
> 
> 
> In the cache object example, an entire function is handed to the
> caching system, which can handle any object/output that can be
> pickled.

Is there some way to verify that caching is working (aside from turning
up database logging that is)?

Cliff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to