Anyone know of a good memory/disk caching library for AIR? Extra points for being compatible with Flash CS3, and being free (as in beer).
I’d like to cache results of http requests: both binary and text (xml).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The bulk-loader project might have what you’re looking for. I haven’t used it myself but in the description it says (among other things):
From quickly looking at the code and some of the examples in the wiki it looks like it has memory (but not disk) caching capabilities.