RvcacheInformation.getCacheMode()
Method
Declaration
int getCacheMode
()
Purpose
Extract a constant indicating whether a cache process writes cached values to its store file for persistence, or operates in memory-only mode.
Remarks
This method returns one of these constants:
• | RvcacheInformation.STORE |
• | RvcacheInformation.MEMORY_ONLY |
This method does not interact with the component.
See Also
Memory-Only Mode in