In jQuery, you have the ability to prevent GET-caching. So every GET will append a random number (behind the scenes), to prevent caching.
Is there a way to do this in the ajax-methods of Webix? I don’t like to append a random number to every GET I do in my code.