Hi all, I'm getting through some troubles with a trasformer I'm developing.
I read about caching here: http://cocoon.apache.org/2.1/userdocs/ concepts/caching.html and I tried to apply those concepts to my transformer, having also a look to cocoon's source code (DASLTransformer in particular).
So I implemented the interface CacheableProcessingComponent with methods getKey() and getValidity(). I finally declared the pipelines in which this transformer is used as "caching" (event tough it wasn't necessary since this is the default in the main sitemap, as I saw).
The problem is that it seems that these methods are never called by anyone.
What am I missing? Cheers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
