Hi,

are actions cacheable?

I stuff working like this:

<map:match>
 <map:act type="myAction" />
 <map:generate type="jx" src="..." />
 <map:transform type="xsltc" />
 <map:transform type="xsltc" />
 <map:serialize type="html" />
</map:match>

in myAction I save information to request-attribute and in jx- generator I have software creating xml from that information.

this is never cached right? (because myAction does not implement cacheable)
Can action be made to implement  CacheableProcessingComponent ?

if I have like this:

<map:pipeline>
 <map:act type="foo">
  <map:match pattern="..">
   ... stuff..
 </map:match>
 </map:act>
</map:pipeline>

if that act type="foo" is not cacheable, is that whole pipeline then non cacheable?

Thanks, Joose

--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


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

Reply via email to