protected class PageElementCacheStatsGenerator.PageElementStatsEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
_cacheable
is cacheable
|
protected int |
_cacheHits
cache hits
|
protected int |
_hits
hits
|
protected String |
_pageElementID
page element id
|
protected String |
_renderingContext
rendering context
|
protected String |
_workspaceJCR
workspace JCR
|
Modifier | Constructor and Description |
---|---|
protected |
PageElementStatsEntry(Map<String,Object> data)
Ctor
|
protected final String _pageElementID
protected final String _renderingContext
protected final String _workspaceJCR
protected final boolean _cacheable
protected final int _hits
protected final int _cacheHits
protected PageElementStatsEntry(Map<String,Object> data)
data
- map of raw data object.