|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheStatus | |
---|---|
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. |
Uses of CacheStatus in com.filenet.api.admin |
---|
Methods in com.filenet.api.admin that return CacheStatus | |
---|---|
CacheStatus |
ContentCacheArea.get_CacheStatus()
Returns the value of the CacheStatus property. |
Methods in com.filenet.api.admin with parameters of type CacheStatus | |
---|---|
void |
ContentCacheArea.set_CacheStatus(CacheStatus value)
Sets the value of the CacheStatus property. |
Uses of CacheStatus in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as CacheStatus | |
---|---|
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. |
Methods in com.filenet.api.constants that return CacheStatus | |
---|---|
static CacheStatus |
CacheStatus.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |