Pylons comes with caching enabled that is part of the same package
that provides the session handling, Beaker.

Caching is enabled in Pylons using Beaker, the same package that
provides session handling.

==

remove:     are built-in

==

This allow fine-grained caching of just the parts of the code that can
be cached.

This allows fine-grained caching of portions of code.     (at the very
least, allows rather than allow)

==

For example, if there was a function that we wanted to cache

For example, if we want to cache a function

==

By default, to ensure pages aren’t accidentally cached in dynamic web
applications, Pylons sets

To ensure pages aren’t accidentally cached in dynamic web
applications, Pylons default behavior sets



Just a few minor suggestions.  Documentation looks very clear, I tried
a few of the examples and saw no obvious syntax errors, but didn't
spend a lot of time with the examples.  If I get a chance this
weekend, I'll try each code example.

-- 
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.

Reply via email to