Link Search Menu Expand Document

Root.CacheSetup Property

Explanation Displays the cache setting dialog.
Call format //.CacheSetup( )
Return value None
Arguments None
Exception None
Example of use
    Function OnTouch(e) {
        //.CacheSetup();
    }
    
Related item CacheMode property
NetObject.Cache method