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.

