Defines settings for enabling or disabling a cache area for active use.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration CacheStatus |
C# |
---|
public enum CacheStatus |
Visual C++ |
---|
public enum class CacheStatus |
JavaScript |
---|
FileNet.Api.Constants.CacheStatus = function(); FileNet.Api.Constants.CacheStatus.createEnum('FileNet.Api.Constants.CacheStatus', false); |
Members
Type | Member name | Description |
---|---|---|
OPEN |
Enables the cache area for active use.
| |
CLOSED |
Disables the cache area for active use.
| |
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 (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.
|