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

Member NameDescription
CLEARINGDisables 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 (OPEN or CLOSED). Once started, this cache clearing operation always completes; you cannot stop the operation or manually change the cache status from CLEARING to any other setting. In order for the clearing operation to be performed and for the cache status not to remain set to CLEARING 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 IContentCacheConfiguration interface.
CLOSEDDisables the cache area for active use.
OPENEnables the cache area for active use.

See Also