proxy.cache¶
webix.proxy.
cache
¶webix.proxy.cache helper.
Please look into the linked official documentation.
External references¶
Code¶
1 2 3 4 5 6 | webix.proxy.cache = {
init:function(){
webix.extend(this, webix.proxy.offline);
},
cache:true
};
|