Shail S

Shail S

  • NA
  • 455
  • 73k

Caching a XML Ajax Jquery Request

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