Class PageElementCacheStatsGenerator.PageStatsEntry
- java.lang.Object
-
- org.ametys.web.cache.monitoring.ui.PageElementCacheStatsGenerator.PageStatsEntry
-
- Enclosing class:
- PageElementCacheStatsGenerator
protected class PageElementCacheStatsGenerator.PageStatsEntry extends Object
Object model representing an entry of stats for a Page
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
_cacheable
is cacheableprotected int
_hits
hitsprotected String
_pageId
page idprotected String
_renderingContext
rendering contextprotected String
_workspaceJCR
workspace JCR
-
Constructor Summary
Constructors Modifier Constructor Description protected
PageStatsEntry(Map<String,Object> data)
Ctor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getContext()
Returns the formatted context nameint
hashCode()
-
-
-
Field Detail
-
_renderingContext
protected final String _renderingContext
rendering context
-
_workspaceJCR
protected final String _workspaceJCR
workspace JCR
-
_cacheable
protected final boolean _cacheable
is cacheable
-
_hits
protected final int _hits
hits
-
-
Constructor Detail
-
PageStatsEntry
protected PageStatsEntry(Map<String,Object> data)
Ctor- Parameters:
data
- map of raw data object.
-
-