On Fri, 06 Dec 2013 11:33:05 -0200, Dusko Jovanovski <dusk...@gmail.com> wrote:

It works both in pages and components.

Just remember that @Cached only caches method return values during a request, but not between requests. I'm planning to do provide some caching (not just in a single thread) in for Tapestry-IoC and Tapestry someday next year.

Pages, for the most part, *are* components, but with just few differences:

* You cannot use a page inside another page, while components can be used inside other components.
* Pages have URLs, components don't.
* Components have parameters, pages don't.
* Pages have activation context, components don't.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
Help me spend a whole month working on Tapestry bug fixes and improvements: http://igg.me/at/t5month

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to