The AJAX Repeat Calls(caching) is due to the same URL that's being called repeatedly.
If you change the URL dynamically then this issue can be resolved.
If you change the URL dynamically then this issue can be resolved.
- Something like by adding a query String with the current time with the request ( or )
- any random generated number