Skip to content
Fatih Koca edited this page Nov 27, 2019 · 1 revision

If set to false, it will force requested pages not to be cached by the browser.

Default value is false.

Vue.ajax.get("http://example.com", {}, {
    cache: false
});
Clone this wiki locally