IWebApplication.InstanceCacheMode

Fore Syntax

InstanceCacheMode: WebApplicationInstanceCacheMode;

Fore.NET Syntax

InstanceCacheMode: Prognoz.Platform.Interop.Web.WebApplicationInstanceCacheMode;

Description

The InstanceCacheMode property determines whether an object from cache is in use.

Review

The property value overwrites value of the clearExistingInstance attribute set in Web.config.

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

Fore and Fore.NET Example

The property use is given for IWebApplication.FolderViewType.

See also:

IWebApplication