Hello,

I have a question concerning the order of execution of the act method of an 
action and the isValid and getKey methods of cacheable components. Consider a 
pipeline of the following form:

<map:match ...>
  <map:act ...>
    <map:generate .../>
    <map:transform .../>
    <map:serialize .../>
  </map:act>
  <map:read .../>
</map:match> 

Assume the generater, transformer, and reader are all cacheable. Is then first 
the act method of the action called, and are then the isValid and getKey 
methods called, or are the latter called first?

Thanks in advance,
Tilman

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

Reply via email to