How to write and read browser cache from Flex

Posted by yveslebeau on Stack Overflow See other posts from Stack Overflow or by yveslebeau
Published on 2010-05-13T10:40:15Z Indexed on 2010/05/13 10:44 UTC
Read the original article Hit count: 260

Filed under:
|
|

Hi,

I have a flex application that makes use of the autocomplete control. And I use a web service to download the data after successful login. My problem is that the data in Mb is about 4Mb and it takes quite a while to decompress in the application (after downloading it every time). Is there a way to make use of the browser cache to store that data from flex to save time on downloading that data each time?

Regards,

Yves

© Stack Overflow or respective owner

Related posts about flex3

Related posts about cache