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_cacheableis cacheableprotected int_cacheHitscache hitsprotected int_hitshitsprotected String_pageElementIDpage element idprotected String_renderingContextrendering contextprotected String_workspaceJCRworkspace JCR 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedPageElementStatsEntry(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.
 
 - 
 
 -