I want to cache the output of a jquery ajax request for a specific time period, and retrieve the output from the cache if it is present there , else fetch the output from the server using the jquery ajax call.
Have set cache:true in ajax request.
Please Help...