The cache: false is used by developers to prevent all future AJAX requests from being cached, regardless of which jQuery method they use. We can use $.ajaxSetup({cache:false}); to apply the technique for all AJAX functions.

BY Best Interview Question ON 26 Feb 2019