Hi list,
I'm currently using URLLoader and loadBytes API to avoid server side
round-trip when fetching images , with HTTP get request.
Everything works fine, but , actually the server doesn't put any
headers cache directive, to allow expires in distant future.
In case of the server puts non-expire directive does the URLLoader
avoid server side request, based only on the url ?
Does the URLLoader or URLStreamLoader be able to extract the image
directly from cache , when images are in cache with expires date in
the future ?
Actually I load the image at least the first time, but not the others.
If the images have expires date say for example in 2025 year, should
I be able to avoid the first loading ?
Thanks in advance,
Stephane