Show contents 

Web > Web Assembly Enumerations > WebApplicationInstanceCacheMode

WebApplicationInstanceCacheMode

Description

The WebApplicationInstanceCacheMode enumeration contains methods of instances caching.

NOTE. The Web assembly is outdated and is supported in previous versions only.

It is used by the following property:

Available Values

Value Brief description
0 Default_. Resets settings defined earlier.  
1 UseExisting. On opening an object it is checked if it was opened earlier, the object is taken from cache in case it was.
2 FlushOnJump. Clear cache in case of moving to another object.

See also:

Web Assembly Enumerations