Wijmo UI for the Web
cache Field
wijmo.wizard Namespace > WijWizardOptions Interface : cache Field

An option that determines whether to cache emote wijwizard content.

Syntax
var instance; // Type: wijmo.wizard.WijWizardOptions;
var value; // Type: boolean
value = instance.cache;
var cache : boolean;
Remarks
Cached content is being lazy loaded, for example only and only once for the panel is displayed. Note that to prevent the actual Ajax requests from being cached by the browser, you need to provide an extra cache: false flag to ajaxOptions.
See Also

Reference

WijWizardOptions Interface