The
object is contained in the
property of the server hierarchy objects (
,
,
, and
). To access a
object, call
to retrieve the
from the "host" independent object, then iterate the returned list.
To create a new instance, call
and add the new object to the
of the appropriate server hierarchy object. (Note: The
of the
object cannot be modified. To update its
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
object is associated with a
,
,
, or
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.
Namespace: FileNet.Api.Admin
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 |
C++ |
---|
interface class IServerCacheConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
J# |
---|
public interface IServerCacheConfiguration implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
JScript |
---|
public interface IServerCacheConfiguration extends ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration