Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Method and Description |
---|---|
CacheStatus |
ContentCacheArea.get_CacheStatus()
Returns the value of the CacheStatus property.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentCacheArea.set_CacheStatus(CacheStatus value)
Sets the value of the CacheStatus property.
|
Modifier and Type | Field and Description |
---|---|
static CacheStatus |
CacheStatus.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 ). |
static CacheStatus |
CacheStatus.CLOSED
Disables the cache area for active use.
|
static CacheStatus |
CacheStatus.OPEN
Enables the cache area for active use.
|
Modifier and Type | Method and Description |
---|---|
static CacheStatus |
CacheStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.