Package lumis.portal.monitor
Class MonitorFields.PageCache
- java.lang.Object
-
- lumis.portal.monitor.MonitorFields.PageCache
-
- Enclosing class:
- MonitorFields
public static final class MonitorFields.PageCache extends Object
Page cache related fields.- Since:
- 11.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLEAR_COUNT
Number of cache cleanups performed field.static String
FIELD_ID
Identifier of the page cache field.
-
Constructor Summary
Constructors Constructor Description PageCache()
-
-
-
Field Detail
-
FIELD_ID
public static final String FIELD_ID
Identifier of the page cache field.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
CLEAR_COUNT
public static final String CLEAR_COUNT
Number of cache cleanups performed field.- Since:
- 11.0.0
- See Also:
- Constant Field Values
-
-