[Zope-CMF] cache managers in cmf
Dan L. Pierson
dan@control.com
Mon, 26 Nov 2001 14:22:36 -0500
It looks like cache managers can only cache ZODB object.
The simplest way I've found is to create a one line dtml method named
something like 'cacheable_foo_bar' with contents '<dtml-var foo_bar>'
and cache the trampoline method. This seems to work pretty well, at
least for RAM caches.
--On Monday, November 19, 2001 09:06:48 PM +0000 seb bacon <seb@jamkit.com>
wrote:
> I'm not very up to date on how cache managers work - will they play
> nicely with FSObjects? I can't seem to get cache managers to
> associate with FSPythonScripts, for example. What are the issues
> involved?
>
> cheers,
>
> seb
>
> _______________________________________________
> Zope-CMF maillist - Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
> requests
>