protected class PageElementCacheStatsGenerator.PageStatsEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
_cacheable
is cacheable
|
protected int |
_hits
hits
|
protected String |
_pageId
page id
|
protected String |
_renderingContext
rendering context
|
protected String |
_workspaceJCR
workspace JCR
|
Modifier | Constructor and Description |
---|---|
protected |
PageStatsEntry(Map<String,Object> data)
Ctor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContext()
Returns the formatted context name
|
int |
hashCode() |
protected final String _renderingContext
protected final String _workspaceJCR
protected final boolean _cacheable
protected final int _hits
protected PageStatsEntry(Map<String,Object> data)
data
- map of raw data object.