Creates a new instance of the ContentCacheConfiguration class. The created object is a dependent object and is only persisted when its parent (the independently persistable object that references it) is persisted.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Shared Function CreateInstance As IContentCacheConfiguration
C#
public static IContentCacheConfiguration CreateInstance()
Visual C++
public:
static IContentCacheConfiguration^ CreateInstance()
JavaScript
FileNet.Api.Core.ContentCacheConfiguration.createInstance = function();

Return Value

An object reference to a new instance of this class.

ToggleSee Also