Class PageElementResourceStatistics

java.lang.Object
org.ametys.web.cache.monitoring.process.statistics.impl.PageElementResourceStatistics
All Implemented Interfaces:
ResourceStatistics

Page element cache stats objects
  • Constructor Details

    • PageElementResourceStatistics

      public PageElementResourceStatistics(String pageElementId, String pageId, String renderingContext, String jcrWorkspace, boolean cacheable, boolean cacheHit, int increment)
      Creates a statistics
      Parameters:
      pageElementId - The page element id
      pageId - The page id
      renderingContext - The rendering context
      jcrWorkspace - The jcr workspace
      cacheable - The cacheable status
      cacheHit - The cache hit status
      increment - The number of increment
  • Method Details