Defines settings for enabling or disabling a cache area for active use.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum CacheStatus |
C# |
---|
public enum CacheStatus |
C++ |
---|
public enum class CacheStatus |
J# |
---|
public enum CacheStatus |
JScript |
---|
public enum CacheStatus |
Members
Description | |
---|---|
CLEARING | Disables the cache area for active use, deletes all content from the cache, initializes the values for all cache statistical properties, and automatically resets the cache status to the previous setting ( or ). Once started, this cache clearing operation always completes; you cannot stop the operation or manually change the cache status from to any other setting. In order for the clearing operation to be performed and for the cache status not to remain set to indefinitely, at least one server must be associated with the same site as that of the content cache. For information on associating a content cache with a site, see the |
CLOSED | Disables the cache area for active use. |
OPEN | Enables the cache area for active use. |