Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 393 invoked by uid 500); 11 Jul 2001 12:49:54 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 374 invoked from network); 11 Jul 2001 12:49:52 -0000 From: "Torsten Curdt" To: Subject: RE: actions and caching Date: Wed, 11 Jul 2001 14:49:26 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-reply-to: <994852592.3b4c3ef101efb@mail.otego.com> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > > I'm wondering how actions influence caching!? > > They don't do directly. > > > Especially if one uses the result of an action > > in the sitemap. I assume using an action makes > > the result not cacheable?! > > The caching signature are composed of all the component that are building up the > pipeline. Each component states on which "names" it depends on (genKey method). > The validity of a component is determined of the values of those names > (genValidity method). > > If you can see now Action don't influence the caching behaviour of the pipeline > components directly. The pipeline components itself must state on what they > depend to the caching system. So actions will influence the caching if (and only if) the result of an action is passed back as parameter to e.g. a transformer who declares his dependency on the parameter, right? So ..in the above example the cached object is invalid if {fromaction} changes because it is used as parameter for the transformer. If "param" (aka {fromaction}) does not change the cached object will be delivered, right? -- Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org