You can store results in local SharedObject, but how will you know if the data is stale?
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of seemaherein Sent: Friday, September 14, 2007 2:33 AM To: [email protected] Subject: [flexcoders] caching in Flex hi, I have a flex application which is making http service calls to java code. Which is executing queries on oracle database and fetching large no of results. that is very time consuming. This application is just a reporting tool so it doesn't make any updations to the database but only reads data. My question is that how can i implement caching in Flex so that for same kind of query it doesn't go to database and all. Please help. thanks in advance.

