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_cacheableis cacheableprotected int_hitshitsprotected String_pageIdpage idprotected String_renderingContextrendering contextprotected String_workspaceJCRworkspace JCR 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedPageStatsEntry(Map<String,Object> data)Ctor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetContext()Returns the formatted context nameinthashCode() 
 - 
 
- 
- 
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.
 
 - 
 
 -