Class PageElementCacheStatsGenerator.PageElementStatsEntry
- java.lang.Object
-
- org.ametys.web.cache.monitoring.ui.PageElementCacheStatsGenerator.PageElementStatsEntry
-
- Enclosing class:
- PageElementCacheStatsGenerator
protected class PageElementCacheStatsGenerator.PageElementStatsEntry extends Object
Object model representing an entry of stats for a PageElement
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
_cacheable
is cacheableprotected int
_cacheHits
cache hitsprotected int
_hits
hitsprotected String
_pageElementID
page element idprotected String
_renderingContext
rendering contextprotected String
_workspaceJCR
workspace JCR
-
Constructor Summary
Constructors Modifier Constructor Description protected
PageElementStatsEntry(Map<String,Object> data)
Ctor
-
-
-
Field Detail
-
_pageElementID
protected final String _pageElementID
page element id
-
_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
-
_cacheHits
protected final int _cacheHits
cache hits
-
-
Constructor Detail
-
PageElementStatsEntry
protected PageElementStatsEntry(Map<String,Object> data)
Ctor- Parameters:
data
- map of raw data object.
-
-