Application-wide way of busting cache with ajax GET?

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.

You can use “proxy”. Here is the similar post:

http://forum.webix.com/discussion/comment/8478/#Comment_8478