Uses of Class
lumis.portal.page.cache.PageCacheMonitorUtil.Event
-
Packages that use PageCacheMonitorUtil.Event Package Description lumis.portal.page.cache Implements the portal's page HTML cache engine. -
-
Uses of PageCacheMonitorUtil.Event in lumis.portal.page.cache
Methods in lumis.portal.page.cache that return PageCacheMonitorUtil.Event Modifier and Type Method Description static PageCacheMonitorUtil.Event
PageCacheMonitorUtil.Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static PageCacheMonitorUtil.Event[]
PageCacheMonitorUtil.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-