[Zope-dev] Proposal: Improving ZSQL Methods

kapil thangavelu kvthan@wm.edu
Mon, 21 Oct 2002 16:42:48 -0700


On Monday 21 October 2002 04:08 am, Yusei Tahara wrote:
> Hi.
>
>
> At Thu, 17 Oct 2002 16:00:22 -0700,
>
> Andy McKay wrote:
> > > (b) How would this work in practice?
> >
> > Make a RAM Cache Manager, and then assign the ZSQL Method to cache in
> > that cache manager, just like you would any other object. The results are
> > then cached according to the database connection and the query in the RAM
> > Cache Manager.
>
> as you know, sqlmethod has own cache function in advanced tab.
> and I think RAMCache can not cache object like Shared.DC.Results.
>

i don't see why not. just make sure their unwrapped before you store them.

-k