CwoDreCacheStatus

  • Base type Enumeration

Represents various DRE cache status of an application optimizer. notUsable(1) : This state indicates that DRE cache is currently not usable/accessible (eg.,when DRE partition is not mounted/available). initializing(2) : This state indicates that DRE cache is getting initialized. usable(3) : This state indicates that DRE cache is accessible and in usable condition. tempFailed(4) : This state indicates that DRE cache is temporarily not available due to internal errors. failed(5) : This state indicates that DRE cache initialization failed.

Possible values

5 objects
Number Name
1 notUsable
2 initializing
3 usable
4 temporarilyFailed
5 failed