The ServerCacheConfiguration object is contained in the SubsystemConfigurationList property of the server hierarchy objects (Domain, Site, Virtual Server, and ServerInstance). To access a ServerCacheConfiguration object, call Get_SubsystemConfigurations to retrieve the SubsystemConfigurationList from the "host" independent object, then iterate the returned list.
To create a new instance, call Factory.ServerCacheConfiguration.CreateInstance and add the new object to the SubsystemConfigurationList of the appropriate server hierarchy object. (Note: The SubsystemConfigurationList of the Domain object cannot be modified. To update its ServerCacheConfiguration object, locate the pre-existing object in the list and update it.) The created object is a dependent object and is only persisted when its parent object (the independently persistable object that references it) is persisted.
The ServerCacheConfiguration object is associated with a Domain, Site, Virtual Server, or ServerInstance object. The values of the cache configuration properties are used while the FileNet P8 system is running and override the default values defined at installation time.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IServerCacheConfiguration _ Implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface IServerCacheConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
Visual C++ |
---|
public interface class IServerCacheConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
JavaScript |
---|
FileNet.Api.Admin.IServerCacheConfiguration = function(); FileNet.Api.Admin.IServerCacheConfiguration.createInterface('FileNet.Api.Admin.IServerCacheConfiguration'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration