proxy.cache

webix.proxy.cache

webix.proxy.cache helper.

Please look into the linked official documentation.

References

helpers
extend(), offline.

External references

Official documentation page.

Code

1
2
3
4
5
6
webix.proxy.cache = {
    init:function(){
        webix.extend(this, webix.proxy.offline);
    },
    cache:true
};