The instance of CameraSnapshotResource is cached/stored But internally what you do there again is up to you
johan On 9/19/07, Leszek Gawron <[EMAIL PROTECTED]> wrote: > > Johan Compagner wrote: > > setCached causes wicket to send http cache headers. Resources it self > > are cached in SharedResources. The resource itself is responsable what > > is cached internally > > what does it mean that Resource is cached in SharedResources? > > In my case: > > getSharedResources().add( "snapshot", > new CameraSnapshotResource() ); > mountSharedResource( "snapshot", > new ResourceReference( "snapshot" > ).getSharedResourceKey() ); > > > there is a single resources but it produces different content basing on > request parameters. > > -- > Leszek Gawron > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
