CacheEnabled: Boolean
The CacheEnabled property enables and prohibits data caching for a component when working in asynchronous mode.
Use JSON or the setCacheEnabled method to set the property value, and the getCacheEnabled method to get the property value.
The property is True if the component is allowed to cache data when working in asynchronous mode, and False when otherwise.
By default this property is True.
The example of property use is given on the Example of Creating the TabSheet Component page.
See also: