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:
| 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: