[Zope-dev] Caching Policy Manager (Was: Caching prob with AHCM and headers)

Tres Seaver tseaver at zope.com
Thu Sep 25 15:47:00 EDT 2003


On Thu, 2003-09-25 at 14:06, Andy McKay wrote:

> This thread and an application for a client has meant i've started to 
> formulate a replacement for Caching Policy Manager. From the way I see 
> it all the functionality in CPM (Vary etc) should be rolled into AHCM.

> CPM should then just be very simple set of policies that using a 
> predicate point to a cache. Which could be an AHCM, or a Ram Cache or 
> another cache. Admittedly Ram Cache is not something you'd normally want 
> to do for CMF content, but there other caching options.

RAM caching is useful for "subtemplates."  I am not convinced that we
should think of "resource level" caching (AHCM or Andy's "bake-to-disk
on the fly" solution) in the same framework as the tools like RCM, which
are much better suited for caching intermediate results, but don't scale
well for entire pages.

Tres.
-- 
===============================================================
Tres Seaver                                tseaver at zope.com
Zope Corporation      "Zope Dealers"       http://www.zope.com




More information about the Zope-Dev mailing list