Cache Probelms with Transformations

Hi
transformSerialxml uses cache to load xsl for future by which reduces File IO time. If an xsl is modified we have to explicitly call removeallTemplates or removeTemplate. I whould like to use this service only if we modify an xsl, instead of using it every time after the transformation call.

may be u can have a different flow service which takes care of the removal stuff after you update the xsl .

and run this before executing the ‘transformSerialxml’ to refresh cache.

HTH
PRY

It looks like a manual way. Is there any way that will automate it? Flow service will run only if there was modification done to the file.

I don’t think so… but may be…

HTH
PRY

ya may be