Re: implementing a Tapestry IoC annotation to cache method results

2012-12-31 Thread Lance Java
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

Re: implementing a Tapestry IoC annotation to cache method results

2012-12-31 Thread John
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

Re: implementing a Tapestry IoC annotation to cache method results

2012-12-31 Thread Lance Java
/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