Package lumis.portal.page.cache
Class PageCacheMonitorUtil
- java.lang.Object
-
- lumis.portal.page.cache.PageCacheMonitorUtil
-
public class PageCacheMonitorUtil extends Object
Utility class for page cache monitoring.- Since:
- 6.0.0
- Version:
- $Revision: 21053 $ $Date: 2018-03-20 18:46:07 -0300 (Tue, 20 Mar 2018) $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PageCacheMonitorUtil.Event
Enumeration ofmonitoring events
configurations related to page cache.static class
PageCacheMonitorUtil.Field
Enumeration ofmeasure types
configurations related to page cache monitoring.
-
Field Summary
Fields Modifier and Type Field Description static String
STRING_RESOURCE_PATH
Resource path for page cache monitoring.
-
Constructor Summary
Constructors Constructor Description PageCacheMonitorUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IMonitor
getPageCacheMonitor(PageCacheConfig pageCacheConfig)
Returns amonitor
by apage cache configuration
.
-
-
-
Field Detail
-
STRING_RESOURCE_PATH
public static final String STRING_RESOURCE_PATH
Resource path for page cache monitoring.- Since:
- 6.0.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPageCacheMonitor
public static IMonitor getPageCacheMonitor(PageCacheConfig pageCacheConfig) throws PortalException
Returns amonitor
by apage cache configuration
.- Parameters:
pageCacheConfig
- the page cache configuration.- Returns:
- a
monitor
. - Throws:
PortalException
- Since:
- 6.0.0
-
-