blic TransformedItem getTransformedItem() {
return doSomeTransformation(item);
}
}
In this example, "transformedItem" can be cached until "item" changes.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/implementing-a-Tapestry-IoC-annotation-to-cache-method-resu
thanks, that could do the job - but is there any example of using the watch
parameter?
- Original Message -
From: Lance Java
To: users@tapestry.apache.org
Sent: Monday, December 31, 2012 8:49 AM
Subject: Re: implementing a Tapestry IoC annotation to cache method results
/apidocs/org/apache/tapestry5/internal/transform/CachedWorker.html
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/implementing-a-Tapestry-IoC-annotation-to-cache-method-results-tp5719068p5719069.html
Sent from the Tapestry - User mailing list archive at Nabble.com