On Wed, Aug 24, 2011 at 10:03 PM, eugenebalt <eugeneb...@yahoo.com> wrote:
> Guys, what exactly happens when I do setCacheable(false) on a WebResource?
>
> Does that mean the downloaded file isn't cached locally? That can't be true,
> because I am getting a file called "report[1].xls" where the [1] indicates
> that it was saved in my Temp Internet Files folder, even when I do
> setCacheable(false).
the browser have to save it locally somewhere
to see whether it is cached or not just put a breakpoint in your code
and see whether there is a hit
>
> So what's the functionality of this command, with respect to files getting
> stored in the Temp Internet folder?
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Problem-with-setCacheable-false-No-Cache-Header-in-WebResource-tp3765955p3766312.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to