> > 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
> >
> >   <map:act type="myaction">
> >     <map:transform>
> >       <map:parameter name="param" value="{fromaction}"/>
> >     </map:tranform>
> >   </map:act>
> >
> > ..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?
> 
> Yes, in that sense.

Thanks :)
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to