1
Answer

Caching a XML Ajax Jquery Request

Shail S

Shail S

8y
359
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)