Code review comment for lp:~stub/launchpad/memcache

Revision history for this message
Stuart Bishop (stub) wrote :

Implements the ability to cache rendered chunks of our page templates in memcached.

Readable, tested documentation included describing the syntax and functionality.

To install this new functionality, I had to resort to monkey patching. The solution to this will be to move this feature upstream into zope.tal and zope.tales. We are not worrying about this yet as we are considering switching our TAL interpreter to chameleon.

« Back to merge proposal