[Zope] RE: [Zope-dev] Caching

Rob Page rob.page@digicool.com
Sun, 12 Sep 1999 11:45:24 -0400


> "<!--#cache--> <!--#foo bar--> <!--#/cache-->", where foo bar 
> can be an SQL call..

SQL Methods have a tunable parameter for cacheing results on the
Advanced tab.

For other kinds of objects the ZODB takes pains to keep frequently used
objects in memory.  Objects are retired after they've been untouched for
some time.

Check out:  Control_Panel -> Database Management -> Cache Paramters

--Rob