1
Reply

Caching a XML Ajax Jquery Request

Ask a question
Shail S

Shail S

8y
358
1
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...

Answers (1)