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: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
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
-
-