1
Reply

Caching a XML Ajax Jquery Request

Shail S

Shail S

May 20 2016 7:02 AM
351
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)