Re: Fragment caching???

2011-08-06 Thread Martin Makundi
https://cwiki.apache.org/WICKET/rendering-panel-to-a-string.html

2011/8/7 Joe Fawzy :
> Hi
> is there something equivelant to fragment caching in wicket?
> I mean , is there any way to cache the generated markup of a  component, and
> on subsequent requests it just render this markup string?
> if so, how one can store these fragments in external store? how that can be
> configured or plugged in? to use some central caching like redis or
> memcached
>
> thanks
>
> Joe
>

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



Re: Fragment caching???

2011-08-06 Thread Bruno Borges
I'm just curious about this: are you having performance issues?


*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Sat, Aug 6, 2011 at 9:01 PM, Joe Fawzy  wrote:

> Hi
> is there something equivelant to fragment caching in wicket?
> I mean , is there any way to cache the generated markup of a  component,
> and
> on subsequent requests it just render this markup string?
> if so, how one can store these fragments in external store? how that can be
> configured or plugged in? to use some central caching like redis or
> memcached
>
> thanks
>
> Joe
>


Fragment caching???

2011-08-06 Thread Joe Fawzy
Hi
is there something equivelant to fragment caching in wicket?
I mean , is there any way to cache the generated markup of a  component, and
on subsequent requests it just render this markup string?
if so, how one can store these fragments in external store? how that can be
configured or plugged in? to use some central caching like redis or
memcached

thanks

Joe